Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.model
Class CancelWorkflowExecutionDecisionAttributes

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

public class CancelWorkflowExecutionDecisionAttributes
extends Object

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

CancelWorkflowExecutionDecisionAttributes

public CancelWorkflowExecutionDecisionAttributes()
Method Detail

getDetails

public String getDetails()
Optional details of the cancellation.

Constraints:
Length: 0 - 32768

Returns:
Optional details of the cancellation.

setDetails

public void setDetails(String details)
Optional details of the cancellation.

Constraints:
Length: 0 - 32768

Parameters:
details - Optional details of the cancellation.

withDetails

public CancelWorkflowExecutionDecisionAttributes withDetails(String details)
Optional details of the cancellation.

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

Constraints:
Length: 0 - 32768

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

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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