public class ActivityTaskStatus extends Object 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  trueif cancellation of the task is requested. | 
| int | hashCode() | 
| Boolean | isCancelRequested()
 Set to  trueif cancellation of the task is requested. | 
| void | setCancelRequested(Boolean cancelRequested)
 Set to  trueif 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  trueif cancellation of the task is requested. | 
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 ObjectObject.toString()public ActivityTaskStatus clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.