@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RequestCancelExternalWorkflowExecutionInitiatedEventAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Provides the details of the RequestCancelExternalWorkflowExecutionInitiated
event.
Constructor and Description |
---|
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes() |
Modifier and Type | Method and Description |
---|---|
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getControl()
Data attached to the event that can be used by the decider in subsequent workflow tasks.
|
Long |
getDecisionTaskCompletedEventId()
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
RequestCancelExternalWorkflowExecution decision for this cancellation request. |
String |
getRunId()
The
runId of the external workflow execution to be canceled. |
String |
getWorkflowId()
The
workflowId of the external workflow execution to be canceled. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setControl(String control)
Data attached to the event that can be used by the decider in subsequent workflow tasks.
|
void |
setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
RequestCancelExternalWorkflowExecution decision for this cancellation request. |
void |
setRunId(String runId)
The
runId of the external workflow execution to be canceled. |
void |
setWorkflowId(String workflowId)
The
workflowId of the external workflow execution to be canceled. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
withControl(String control)
Data attached to the event that can be used by the decider in subsequent workflow tasks.
|
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
RequestCancelExternalWorkflowExecution decision for this cancellation request. |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
withRunId(String runId)
The
runId of the external workflow execution to be canceled. |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
withWorkflowId(String workflowId)
The
workflowId of the external workflow execution to be canceled. |
public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes()
public void setWorkflowId(String workflowId)
The workflowId
of the external workflow execution to be canceled.
workflowId
- The workflowId
of the external workflow execution to be canceled.public String getWorkflowId()
The workflowId
of the external workflow execution to be canceled.
workflowId
of the external workflow execution to be canceled.public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes withWorkflowId(String workflowId)
The workflowId
of the external workflow execution to be canceled.
workflowId
- The workflowId
of the external workflow execution to be canceled.public void setRunId(String runId)
The runId
of the external workflow execution to be canceled.
runId
- The runId
of the external workflow execution to be canceled.public String getRunId()
The runId
of the external workflow execution to be canceled.
runId
of the external workflow execution to be canceled.public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes withRunId(String runId)
The runId
of the external workflow execution to be canceled.
runId
- The runId
of the external workflow execution to be canceled.public void setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the
RequestCancelExternalWorkflowExecution
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 RequestCancelExternalWorkflowExecution
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
RequestCancelExternalWorkflowExecution
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 RequestCancelExternalWorkflowExecution
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 RequestCancelExternalWorkflowExecutionInitiatedEventAttributes withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the
RequestCancelExternalWorkflowExecution
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 RequestCancelExternalWorkflowExecution
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 void setControl(String control)
Data attached to the event that can be used by the decider in subsequent workflow tasks.
control
- Data attached to the event that can be used by the decider in subsequent workflow tasks.public String getControl()
Data attached to the event that can be used by the decider in subsequent workflow tasks.
public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes withControl(String control)
Data attached to the event that can be used by the decider in subsequent workflow tasks.
control
- Data attached to the event that can be used by the decider in subsequent workflow tasks.public String toString()
toString
in class Object
Object.toString()
public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes 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.