@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkflowExecutionFailedEventAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Provides the details of the WorkflowExecutionFailed
event.
Constructor and Description |
---|
WorkflowExecutionFailedEventAttributes() |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionFailedEventAttributes |
clone() |
boolean |
equals(Object obj) |
Long |
getDecisionTaskCompletedEventId()
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
FailWorkflowExecution decision to fail this execution. |
String |
getDetails()
The details of the failure.
|
String |
getReason()
The descriptive reason provided for the failure.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
FailWorkflowExecution decision to fail this execution. |
void |
setDetails(String details)
The details of the failure.
|
void |
setReason(String reason)
The descriptive reason provided for the failure.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
WorkflowExecutionFailedEventAttributes |
withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
FailWorkflowExecution decision to fail this execution. |
WorkflowExecutionFailedEventAttributes |
withDetails(String details)
The details of the failure.
|
WorkflowExecutionFailedEventAttributes |
withReason(String reason)
The descriptive reason provided for the failure.
|
public WorkflowExecutionFailedEventAttributes()
public void setReason(String reason)
The descriptive reason provided for the failure.
reason
- The descriptive reason provided for the failure.public String getReason()
The descriptive reason provided for the failure.
public WorkflowExecutionFailedEventAttributes withReason(String reason)
The descriptive reason provided for the failure.
reason
- The descriptive reason provided for the failure.public void setDetails(String details)
The details of the failure.
details
- The details of the failure.public String getDetails()
The details of the failure.
public WorkflowExecutionFailedEventAttributes withDetails(String details)
The details of the failure.
details
- The details of the failure.public void setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the
FailWorkflowExecution
decision to fail this execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in
the FailWorkflowExecution
decision to fail this execution. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to this event.public Long getDecisionTaskCompletedEventId()
The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the
FailWorkflowExecution
decision to fail this execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
DecisionTaskCompleted
event corresponding to the decision task that resulted
in the FailWorkflowExecution
decision to fail this execution. This information can be useful
for diagnosing problems by tracing back the chain of events leading up to this event.public WorkflowExecutionFailedEventAttributes withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the
FailWorkflowExecution
decision to fail this execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in
the FailWorkflowExecution
decision to fail this execution. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to this event.public String toString()
toString
in class Object
Object.toString()
public WorkflowExecutionFailedEventAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.