@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SignalExternalWorkflowExecutionInitiatedEventAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Provides the details of the SignalExternalWorkflowExecutionInitiated
event.
Constructor and Description |
---|
SignalExternalWorkflowExecutionInitiatedEventAttributes() |
Modifier and Type | Method and Description |
---|---|
SignalExternalWorkflowExecutionInitiatedEventAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getControl()
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()
The input provided to the signal.
|
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 |
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 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)
The input provided to the signal.
|
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)
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)
The input provided to the signal.
|
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)
The input provided to the signal.
input
- The input provided to the signal.public String getInput()
The input provided to the signal.
public SignalExternalWorkflowExecutionInitiatedEventAttributes withInput(String input)
The input provided to the signal.
input
- The input provided to the signal.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)
Data attached to the event that can be used by the decider in subsequent decision tasks.
control
- Data attached to the event that can be used by the decider in subsequent decision tasks.public String getControl()
Data attached to the event that can be used by the decider in subsequent decision tasks.
public SignalExternalWorkflowExecutionInitiatedEventAttributes withControl(String control)
Data attached to the event that can be used by the decider in subsequent decision tasks.
control
- Data attached to the event that can be used by the decider in subsequent decision tasks.public String toString()
toString
in class Object
Object.toString()
public SignalExternalWorkflowExecutionInitiatedEventAttributes 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.