|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionDecisionAttributes
public class CancelWorkflowExecutionDecisionAttributes
Provides details of the CancelWorkflowExecution decision.
| Constructor Summary | |
|---|---|
CancelWorkflowExecutionDecisionAttributes()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getDetails()
Optional details of the cancellation. |
int |
hashCode()
|
void |
setDetails(String details)
Optional details of the cancellation. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CancelWorkflowExecutionDecisionAttributes |
withDetails(String details)
Optional details of the cancellation. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CancelWorkflowExecutionDecisionAttributes()
| Method Detail |
|---|
public String getDetails()
Constraints:
Length: 0 - 32768
public void setDetails(String details)
Constraints:
Length: 0 - 32768
details - Optional details of the cancellation.public CancelWorkflowExecutionDecisionAttributes withDetails(String details)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32768
details - Optional details of the cancellation.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||