public class SignalExternalWorkflowExecutionInitiatedEventAttributes extends Object implements Serializable, Cloneable
Provides details of the SignalExternalWorkflowExecutionInitiated
event.
Constructor and Description |
---|
SignalExternalWorkflowExecutionInitiatedEventAttributes() |
Modifier and Type | Method and Description |
---|---|
SignalExternalWorkflowExecutionInitiatedEventAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getControl()
Optional. data attached to the event that can be used by the decider in subsequent decision tasks.
|
Long |
getDecisionTaskCompletedEventId()
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
SignalExternalWorkflowExecution decision for this signal. |
String |
getInput()
Input provided to the signal (if any).
|
String |
getRunId()
The
runId of the external workflow execution to send the signal to. |
String |
getSignalName()
The name of the signal.
|
String |
getWorkflowId()
The
workflowId of the external workflow execution. |
int |
hashCode() |
void |
setControl(String control)
Optional. data attached to the event that can be used by the decider in subsequent decision tasks.
|
void |
setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
SignalExternalWorkflowExecution decision for this signal. |
void |
setInput(String input)
Input provided to the signal (if any).
|
void |
setRunId(String runId)
The
runId of the external workflow execution to send the signal to. |
void |
setSignalName(String signalName)
The name of the signal.
|
void |
setWorkflowId(String workflowId)
The
workflowId of the external workflow execution. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SignalExternalWorkflowExecutionInitiatedEventAttributes |
withControl(String control)
Optional. data attached to the event that can be used by the decider in subsequent decision tasks.
|
SignalExternalWorkflowExecutionInitiatedEventAttributes |
withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
SignalExternalWorkflowExecution decision for this signal. |
SignalExternalWorkflowExecutionInitiatedEventAttributes |
withInput(String input)
Input provided to the signal (if any).
|
SignalExternalWorkflowExecutionInitiatedEventAttributes |
withRunId(String runId)
The
runId of the external workflow execution to send the signal to. |
SignalExternalWorkflowExecutionInitiatedEventAttributes |
withSignalName(String signalName)
The name of the signal.
|
SignalExternalWorkflowExecutionInitiatedEventAttributes |
withWorkflowId(String workflowId)
The
workflowId of the external workflow execution. |
public SignalExternalWorkflowExecutionInitiatedEventAttributes()
public void setWorkflowId(String workflowId)
The workflowId
of the external workflow execution.
workflowId
- The workflowId
of the external workflow execution.public String getWorkflowId()
The workflowId
of the external workflow execution.
workflowId
of the external workflow execution.public SignalExternalWorkflowExecutionInitiatedEventAttributes withWorkflowId(String workflowId)
The workflowId
of the external workflow execution.
workflowId
- The workflowId
of the external workflow execution.public void setRunId(String runId)
The runId
of the external workflow execution to send the signal to.
runId
- The runId
of the external workflow execution to send the signal to.public String getRunId()
The runId
of the external workflow execution to send the signal to.
runId
of the external workflow execution to send the signal to.public SignalExternalWorkflowExecutionInitiatedEventAttributes withRunId(String runId)
The runId
of the external workflow execution to send the signal to.
runId
- The runId
of the external workflow execution to send the signal to.public void setSignalName(String signalName)
The name of the signal.
signalName
- The name of the signal.public String getSignalName()
The name of the signal.
public SignalExternalWorkflowExecutionInitiatedEventAttributes withSignalName(String signalName)
The name of the signal.
signalName
- The name of the signal.public void setInput(String input)
Input provided to the signal (if any).
input
- Input provided to the signal (if any).public String getInput()
Input provided to the signal (if any).
public SignalExternalWorkflowExecutionInitiatedEventAttributes withInput(String input)
Input provided to the signal (if any).
input
- Input provided to the signal (if any).public void setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the
SignalExternalWorkflowExecution
decision for this signal. 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 SignalExternalWorkflowExecution
decision for this signal. 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
SignalExternalWorkflowExecution
decision for this signal. 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 SignalExternalWorkflowExecution
decision for this signal. This information can be
useful for diagnosing problems by tracing back the chain of events leading up to this event.public SignalExternalWorkflowExecutionInitiatedEventAttributes withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the
SignalExternalWorkflowExecution
decision for this signal. 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 SignalExternalWorkflowExecution
decision for this signal. 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 decision tasks.
control
- Optional.public String getControl()
Optional. data attached to the event that can be used by the decider in subsequent decision tasks.
public SignalExternalWorkflowExecutionInitiatedEventAttributes withControl(String control)
Optional. data attached to the event that can be used by the decider in subsequent decision tasks.
control
- Optional.public String toString()
toString
in class Object
Object.toString()
public SignalExternalWorkflowExecutionInitiatedEventAttributes clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.