@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelMLModelTransformJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CancelMLModelTransformJobResult() |
Modifier and Type | Method and Description |
---|---|
CancelMLModelTransformJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
the status of the cancelation.
|
int |
hashCode() |
void |
setStatus(String status)
the status of the cancelation.
|
String |
toString()
Returns a string representation of this object.
|
CancelMLModelTransformJobResult |
withStatus(String status)
the status of the cancelation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
the status of the cancelation.
status
- the status of the cancelation.public String getStatus()
the status of the cancelation.
public CancelMLModelTransformJobResult withStatus(String status)
the status of the cancelation.
status
- the status of the cancelation.public String toString()
toString
in class Object
Object.toString()
public CancelMLModelTransformJobResult clone()