|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionDecisionAttributes
public class FailWorkflowExecutionDecisionAttributes
Provides details of the FailWorkflowExecution
decision.
Constructor Summary | |
---|---|
FailWorkflowExecutionDecisionAttributes()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDetails()
Optional details of the failure. |
String |
getReason()
A descriptive reason for the failure that may help in diagnostics. |
int |
hashCode()
|
void |
setDetails(String details)
Optional details of the failure. |
void |
setReason(String reason)
A descriptive reason for the failure that may help in diagnostics. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
FailWorkflowExecutionDecisionAttributes |
withDetails(String details)
Optional details of the failure. |
FailWorkflowExecutionDecisionAttributes |
withReason(String reason)
A descriptive reason for the failure that may help in diagnostics. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FailWorkflowExecutionDecisionAttributes()
Method Detail |
---|
public String getReason()
Constraints:
Length: 0 - 256
public void setReason(String reason)
Constraints:
Length: 0 - 256
reason
- A descriptive reason for the failure that may help in diagnostics.public FailWorkflowExecutionDecisionAttributes withReason(String reason)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 256
reason
- A descriptive reason for the failure that may help in diagnostics.
public String getDetails()
Constraints:
Length: 0 - 32768
public void setDetails(String details)
Constraints:
Length: 0 - 32768
details
- Optional details of the failure.public FailWorkflowExecutionDecisionAttributes 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 failure.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |