Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.model
Class FailWorkflowExecutionDecisionAttributes

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionDecisionAttributes

public class FailWorkflowExecutionDecisionAttributes
extends java.lang.Object

Provides details of the FailWorkflowExecution decision.


Constructor Summary
FailWorkflowExecutionDecisionAttributes()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDetails()
          Optional details of the failure.
 java.lang.String getReason()
          A descriptive reason for the failure that may help in diagnostics.
 int hashCode()
           
 void setDetails(java.lang.String details)
          Optional details of the failure.
 void setReason(java.lang.String reason)
          A descriptive reason for the failure that may help in diagnostics.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 FailWorkflowExecutionDecisionAttributes withDetails(java.lang.String details)
          Optional details of the failure.
 FailWorkflowExecutionDecisionAttributes withReason(java.lang.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

FailWorkflowExecutionDecisionAttributes

public FailWorkflowExecutionDecisionAttributes()
Method Detail

getReason

public java.lang.String getReason()
A descriptive reason for the failure that may help in diagnostics.

Constraints:
Length: 0 - 256

Returns:
A descriptive reason for the failure that may help in diagnostics.

setReason

public void setReason(java.lang.String reason)
A descriptive reason for the failure that may help in diagnostics.

Constraints:
Length: 0 - 256

Parameters:
reason - A descriptive reason for the failure that may help in diagnostics.

withReason

public FailWorkflowExecutionDecisionAttributes withReason(java.lang.String reason)
A descriptive reason for the failure that may help in diagnostics.

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

Constraints:
Length: 0 - 256

Parameters:
reason - A descriptive reason for the failure that may help in diagnostics.
Returns:
A reference to this updated object so that method calls can be chained together.

getDetails

public java.lang.String getDetails()
Optional details of the failure.

Constraints:
Length: 0 - 32768

Returns:
Optional details of the failure.

setDetails

public void setDetails(java.lang.String details)
Optional details of the failure.

Constraints:
Length: 0 - 32768

Parameters:
details - Optional details of the failure.

withDetails

public FailWorkflowExecutionDecisionAttributes withDetails(java.lang.String details)
Optional details of the failure.

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

Constraints:
Length: 0 - 32768

Parameters:
details - Optional details of the failure.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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