@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActivityTaskStatus extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Status information about an activity task.
Constructor and Description |
---|
ActivityTaskStatus() |
Modifier and Type | Method and Description |
---|---|
ActivityTaskStatus |
clone() |
boolean |
equals(Object obj) |
Boolean |
getCancelRequested()
Set to
true if cancellation of the task is requested. |
int |
hashCode() |
Boolean |
isCancelRequested()
Set to
true if cancellation of the task is requested. |
void |
setCancelRequested(Boolean cancelRequested)
Set to
true if cancellation of the task is requested. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ActivityTaskStatus |
withCancelRequested(Boolean cancelRequested)
Set to
true if cancellation of the task is requested. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCancelRequested(Boolean cancelRequested)
Set to true
if cancellation of the task is requested.
cancelRequested
- Set to true
if cancellation of the task is requested.public Boolean getCancelRequested()
Set to true
if cancellation of the task is requested.
true
if cancellation of the task is requested.public ActivityTaskStatus withCancelRequested(Boolean cancelRequested)
Set to true
if cancellation of the task is requested.
cancelRequested
- Set to true
if cancellation of the task is requested.public Boolean isCancelRequested()
Set to true
if cancellation of the task is requested.
true
if cancellation of the task is requested.public String toString()
toString
in class Object
Object.toString()
public ActivityTaskStatus clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.