Class ActivityTaskStatus
java.lang.Object
com.amazonaws.services.simpleworkflow.model.ActivityTaskStatus
- All Implemented Interfaces:
Serializable,Cloneable
Status information about an activity task.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanSet totrueif cancellation of the task is requested.inthashCode()Set totrueif cancellation of the task is requested.voidsetCancelRequested(Boolean cancelRequested) Set totrueif cancellation of the task is requested.toString()Returns a string representation of this object; useful for testing and debugging.withCancelRequested(Boolean cancelRequested) Set totrueif cancellation of the task is requested.
-
Constructor Details
-
ActivityTaskStatus
public ActivityTaskStatus()
-
-
Method Details
-
setCancelRequested
Set to
trueif cancellation of the task is requested.- Parameters:
cancelRequested- Set totrueif cancellation of the task is requested.
-
getCancelRequested
Set to
trueif cancellation of the task is requested.- Returns:
- Set to
trueif cancellation of the task is requested.
-
withCancelRequested
Set to
trueif cancellation of the task is requested.- Parameters:
cancelRequested- Set totrueif cancellation of the task is requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isCancelRequested
Set to
trueif cancellation of the task is requested.- Returns:
- Set to
trueif cancellation of the task is requested.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-