Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.model
Class RecordMarkerFailedEventAttributes

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

public class RecordMarkerFailedEventAttributes
extends Object

Provides details of the RecordMarkerFailed event.


Constructor Summary
RecordMarkerFailedEventAttributes()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCause()
          The cause of the failure to process the decision.
 Long getDecisionTaskCompletedEventId()
          The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarkerFailed decision for this cancellation request.
 String getMarkerName()
          The marker's name.
 int hashCode()
           
 void setCause(RecordMarkerFailedCause cause)
          The cause of the failure to process the decision.
 void setCause(String cause)
          The cause of the failure to process the decision.
 void setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
          The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarkerFailed decision for this cancellation request.
 void setMarkerName(String markerName)
          The marker's name.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 RecordMarkerFailedEventAttributes withCause(RecordMarkerFailedCause cause)
          The cause of the failure to process the decision.
 RecordMarkerFailedEventAttributes withCause(String cause)
          The cause of the failure to process the decision.
 RecordMarkerFailedEventAttributes withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
          The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarkerFailed decision for this cancellation request.
 RecordMarkerFailedEventAttributes withMarkerName(String markerName)
          The marker's name.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecordMarkerFailedEventAttributes

public RecordMarkerFailedEventAttributes()
Method Detail

getMarkerName

public String getMarkerName()
The marker's name.

Constraints:
Length: 1 - 256

Returns:
The marker's name.

setMarkerName

public void setMarkerName(String markerName)
The marker's name.

Constraints:
Length: 1 - 256

Parameters:
markerName - The marker's name.

withMarkerName

public RecordMarkerFailedEventAttributes withMarkerName(String markerName)
The marker's name.

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

Constraints:
Length: 1 - 256

Parameters:
markerName - The marker's name.
Returns:
A reference to this updated object so that method calls can be chained together.

getCause

public String getCause()
The cause of the failure to process the decision. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

Constraints:
Allowed Values: OPERATION_NOT_PERMITTED

Returns:
The cause of the failure to process the decision. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
See Also:
RecordMarkerFailedCause

setCause

public void setCause(String cause)
The cause of the failure to process the decision. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

Constraints:
Allowed Values: OPERATION_NOT_PERMITTED

Parameters:
cause - The cause of the failure to process the decision. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
See Also:
RecordMarkerFailedCause

withCause

public RecordMarkerFailedEventAttributes withCause(String cause)
The cause of the failure to process the decision. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

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

Constraints:
Allowed Values: OPERATION_NOT_PERMITTED

Parameters:
cause - The cause of the failure to process the decision. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
RecordMarkerFailedCause

setCause

public void setCause(RecordMarkerFailedCause cause)
The cause of the failure to process the decision. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

Constraints:
Allowed Values: OPERATION_NOT_PERMITTED

Parameters:
cause - The cause of the failure to process the decision. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
See Also:
RecordMarkerFailedCause

withCause

public RecordMarkerFailedEventAttributes withCause(RecordMarkerFailedCause cause)
The cause of the failure to process the decision. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

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

Constraints:
Allowed Values: OPERATION_NOT_PERMITTED

Parameters:
cause - The cause of the failure to process the decision. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
RecordMarkerFailedCause

getDecisionTaskCompletedEventId

public Long getDecisionTaskCompletedEventId()
The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarkerFailed decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the cause of events.

Returns:
The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarkerFailed decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the cause of events.

setDecisionTaskCompletedEventId

public void setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarkerFailed decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the cause of events.

Parameters:
decisionTaskCompletedEventId - The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarkerFailed decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the cause of events.

withDecisionTaskCompletedEventId

public RecordMarkerFailedEventAttributes withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarkerFailed decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the cause of events.

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

Parameters:
decisionTaskCompletedEventId - The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarkerFailed decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the cause of events.
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.