@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMLTransformResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateMLTransformResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateMLTransformResult |
clone() |
boolean |
equals(Object obj) |
String |
getTransformId()
The unique identifier for the transform that was updated.
|
int |
hashCode() |
void |
setTransformId(String transformId)
The unique identifier for the transform that was updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateMLTransformResult |
withTransformId(String transformId)
The unique identifier for the transform that was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTransformId(String transformId)
The unique identifier for the transform that was updated.
transformId - The unique identifier for the transform that was updated.public String getTransformId()
The unique identifier for the transform that was updated.
public UpdateMLTransformResult withTransformId(String transformId)
The unique identifier for the transform that was updated.
transformId - The unique identifier for the transform that was updated.public String toString()
toString in class ObjectObject.toString()public UpdateMLTransformResult clone()