public class RequestCancelExternalWorkflowExecutionInitiatedEventAttributes extends Object implements Serializable, Cloneable
Provides details of the
RequestCancelExternalWorkflowExecutionInitiated event.
| Constructor and Description |
|---|
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes() |
| Modifier and Type | Method and Description |
|---|---|
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getControl()
Optional. 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 |
setControl(String control)
Optional. 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)
Optional. 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)
Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
control - Optional.public String getControl()
Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes withControl(String control)
Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
control - Optional.public String toString()
toString in class ObjectObject.toString()public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.