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()
boolean
Set totrue
if cancellation of the task is requested.int
hashCode()
Set totrue
if cancellation of the task is requested.void
setCancelRequested
(Boolean cancelRequested) Set totrue
if cancellation of the task is requested.toString()
Returns a string representation of this object; useful for testing and debugging.withCancelRequested
(Boolean cancelRequested) Set totrue
if cancellation of the task is requested.
-
Constructor Details
-
ActivityTaskStatus
public ActivityTaskStatus()
-
-
Method Details
-
setCancelRequested
Set to
true
if cancellation of the task is requested.- Parameters:
cancelRequested
- Set totrue
if cancellation of the task is requested.
-
getCancelRequested
Set to
true
if cancellation of the task is requested.- Returns:
- Set to
true
if cancellation of the task is requested.
-
withCancelRequested
Set to
true
if cancellation of the task is requested.- Parameters:
cancelRequested
- Set totrue
if cancellation of the task is requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isCancelRequested
Set to
true
if cancellation of the task is requested.- Returns:
- Set to
true
if 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
-