@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkflowExecutionCanceledEventAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Provides the details of the WorkflowExecutionCanceled
event.
Constructor and Description |
---|
WorkflowExecutionCanceledEventAttributes() |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionCanceledEventAttributes |
clone() |
boolean |
equals(Object obj) |
Long |
getDecisionTaskCompletedEventId()
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
CancelWorkflowExecution decision for this cancellation request. |
String |
getDetails()
The details of the cancellation.
|
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
CancelWorkflowExecution decision for this cancellation request. |
void |
setDetails(String details)
The details of the cancellation.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
WorkflowExecutionCanceledEventAttributes |
withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
CancelWorkflowExecution decision for this cancellation request. |
WorkflowExecutionCanceledEventAttributes |
withDetails(String details)
The details of the cancellation.
|
public WorkflowExecutionCanceledEventAttributes()
public void setDetails(String details)
The details of the cancellation.
details
- The details of the cancellation.public String getDetails()
The details of the cancellation.
public WorkflowExecutionCanceledEventAttributes withDetails(String details)
The details of the cancellation.
details
- The details of the cancellation.public void setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the
CancelWorkflowExecution
decision for this cancellation request. 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 CancelWorkflowExecution
decision for this cancellation request. 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
CancelWorkflowExecution
decision for this cancellation request. 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 CancelWorkflowExecution
decision for this cancellation request. This information can
be useful for diagnosing problems by tracing back the chain of events leading up to this event.public WorkflowExecutionCanceledEventAttributes withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the
CancelWorkflowExecution
decision for this cancellation request. 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 CancelWorkflowExecution
decision for this cancellation request. 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 WorkflowExecutionCanceledEventAttributes 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.