public class DeleteMLModelResult extends Object 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. | 
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 ObjectObject.toString()public DeleteMLModelResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.