@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteMLModelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a DeleteMLModel
operation.
You can use the GetMLModel
operation and check the value of the Status
parameter to see
whether an MLModel
is marked as DELETED
.
Constructor and Description |
---|
DeleteMLModelResult() |
Modifier and Type | Method and Description |
---|---|
DeleteMLModelResult |
clone() |
boolean |
equals(Object obj) |
String |
getMLModelId()
A user-supplied ID that uniquely identifies the
MLModel . |
int |
hashCode() |
void |
setMLModelId(String mLModelId)
A user-supplied ID that uniquely identifies the
MLModel . |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteMLModelResult |
withMLModelId(String mLModelId)
A user-supplied ID that uniquely identifies the
MLModel . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMLModelId(String mLModelId)
A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value
of the MLModelID
in the request.
mLModelId
- A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to
the value of the MLModelID
in the request.public String getMLModelId()
A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value
of the MLModelID
in the request.
MLModel
. This value should be identical to
the value of the MLModelID
in the request.public DeleteMLModelResult withMLModelId(String mLModelId)
A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value
of the MLModelID
in the request.
mLModelId
- A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to
the value of the MLModelID
in the request.public String toString()
toString
in class Object
Object.toString()
public DeleteMLModelResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.