public class UpdateMLModelResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of an UpdateMLModel operation.
You can see the updated content by using the GetMLModel operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
mLModelId
The ID assigned to the
MLModel during creation. |
Constructor and Description |
---|
UpdateMLModelResult() |
Modifier and Type | Method and Description |
---|---|
UpdateMLModelResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMLModelId()
The ID assigned to the
MLModel during creation. |
int |
hashCode() |
void |
setMLModelId(java.lang.String mLModelId)
The ID assigned to the
MLModel during creation. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateMLModelResult |
withMLModelId(java.lang.String mLModelId)
The ID assigned to the
MLModel during creation. |
private java.lang.String mLModelId
The ID assigned to the MLModel
during creation. This value
should be identical to the value of the MLModelID
in the
request.
public void setMLModelId(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateMLModelResult clone()
clone
in class java.lang.Object