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