public class UpdateMLModelResult extends Object implements Serializable, Cloneable
Represents the output of an UpdateMLModel operation.
You can see the updated content by using the GetMLModel operation.
| Constructor and Description | 
|---|
| UpdateMLModelResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateMLModelResult | clone() | 
| boolean | equals(Object obj) | 
| String | getMLModelId()
 The ID assigned to the  MLModelduring creation. | 
| int | hashCode() | 
| void | setMLModelId(String mLModelId)
 The ID assigned to the  MLModelduring creation. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| UpdateMLModelResult | withMLModelId(String mLModelId)
 The ID assigned to the  MLModelduring creation. | 
public void setMLModelId(String mLModelId)
 The ID assigned to the MLModel during creation. This value
 should be identical to the value of the MLModelID in the
 request.
 
mLModelId - The ID assigned to the MLModel during creation. This
        value should be identical to the value of the
        MLModelID in the request.public String getMLModelId()
 The ID assigned to the MLModel during creation. This value
 should be identical to the value of the MLModelID in the
 request.
 
MLModel during creation. This
         value should be identical to the value of the
         MLModelID in the request.public UpdateMLModelResult withMLModelId(String mLModelId)
 The ID assigned to the MLModel during creation. This value
 should be identical to the value of the MLModelID in the
 request.
 
mLModelId - The ID assigned to the MLModel during creation. This
        value should be identical to the value of the
        MLModelID in the request.public String toString()
toString in class ObjectObject.toString()public UpdateMLModelResult clone()
Copyright © 2015. All rights reserved.