Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.model
Class ActivityTaskStatus

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.model.ActivityTaskStatus
All Implemented Interfaces:
Serializable

public class ActivityTaskStatus
extends Object
implements Serializable

Status information about an activity task.

See Also:
Serialized Form

Constructor Summary
ActivityTaskStatus()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActivityTaskStatus

public ActivityTaskStatus()
Method Detail

isCancelRequested

public Boolean isCancelRequested()
Set to true if cancellation of the task is requested.

Returns:
Set to true if cancellation of the task is requested.

setCancelRequested

public void setCancelRequested(Boolean cancelRequested)
Set to true if cancellation of the task is requested.

Parameters:
cancelRequested - Set to true if cancellation of the task is requested.

withCancelRequested

public ActivityTaskStatus withCancelRequested(Boolean cancelRequested)
Set to true if cancellation of the task is requested.

Returns a reference to this object so that method calls can be chained together.

Parameters:
cancelRequested - Set to true if cancellation of the task is requested.
Returns:
A reference to this updated object so that method calls can be chained together.

getCancelRequested

public Boolean getCancelRequested()
Set to true if cancellation of the task is requested.

Returns:
Set to true if cancellation of the task is requested.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.