@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMLModelResult extends AmazonWebServiceResult<ResponseMetadata> 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
MLModel during creation. |
int |
hashCode() |
void |
setMLModelId(String mLModelId)
The ID assigned to the
MLModel during creation. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateMLModelResult |
withMLModelId(String mLModelId)
The ID assigned to the
MLModel during creation. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public UpdateMLModelResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.