@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkflowExecutionSignaledEventAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Provides the details of the WorkflowExecutionSignaled
event.
Constructor and Description |
---|
WorkflowExecutionSignaledEventAttributes() |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionSignaledEventAttributes |
clone() |
boolean |
equals(Object obj) |
Long |
getExternalInitiatedEventId()
The ID of the
SignalExternalWorkflowExecutionInitiated event corresponding to the
SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can
be found in the history of the source workflow execution. |
WorkflowExecution |
getExternalWorkflowExecution()
The workflow execution that sent the signal.
|
String |
getInput()
The inputs provided with the signal.
|
String |
getSignalName()
The name of the signal received.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExternalInitiatedEventId(Long externalInitiatedEventId)
The ID of the
SignalExternalWorkflowExecutionInitiated event corresponding to the
SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can
be found in the history of the source workflow execution. |
void |
setExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
The workflow execution that sent the signal.
|
void |
setInput(String input)
The inputs provided with the signal.
|
void |
setSignalName(String signalName)
The name of the signal received.
|
String |
toString()
Returns a string representation of this object.
|
WorkflowExecutionSignaledEventAttributes |
withExternalInitiatedEventId(Long externalInitiatedEventId)
The ID of the
SignalExternalWorkflowExecutionInitiated event corresponding to the
SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can
be found in the history of the source workflow execution. |
WorkflowExecutionSignaledEventAttributes |
withExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
The workflow execution that sent the signal.
|
WorkflowExecutionSignaledEventAttributes |
withInput(String input)
The inputs provided with the signal.
|
WorkflowExecutionSignaledEventAttributes |
withSignalName(String signalName)
The name of the signal received.
|
public WorkflowExecutionSignaledEventAttributes()
public void setSignalName(String signalName)
The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.
signalName
- The name of the signal received. The decider can use the signal name and inputs to determine how to the
process the signal.public String getSignalName()
The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.
public WorkflowExecutionSignaledEventAttributes withSignalName(String signalName)
The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.
signalName
- The name of the signal received. The decider can use the signal name and inputs to determine how to the
process the signal.public void setInput(String input)
The inputs provided with the signal. The decider can use the signal name and inputs to determine how to process the signal.
input
- The inputs provided with the signal. The decider can use the signal name and inputs to determine how to
process the signal.public String getInput()
The inputs provided with the signal. The decider can use the signal name and inputs to determine how to process the signal.
public WorkflowExecutionSignaledEventAttributes withInput(String input)
The inputs provided with the signal. The decider can use the signal name and inputs to determine how to process the signal.
input
- The inputs provided with the signal. The decider can use the signal name and inputs to determine how to
process the signal.public void setExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.
externalWorkflowExecution
- The workflow execution that sent the signal. This is set only of the signal was sent by another workflow
execution.public WorkflowExecution getExternalWorkflowExecution()
The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.
public WorkflowExecutionSignaledEventAttributes withExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.
externalWorkflowExecution
- The workflow execution that sent the signal. This is set only of the signal was sent by another workflow
execution.public void setExternalInitiatedEventId(Long externalInitiatedEventId)
The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the
SignalExternalWorkflow
decision to signal this workflow execution.The source event with this ID can
be found in the history of the source workflow execution. This information can be useful for diagnosing problems
by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated
by another workflow execution.
externalInitiatedEventId
- The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the
SignalExternalWorkflow
decision to signal this workflow execution.The source event with this
ID can be found in the history of the source workflow execution. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to this event. This field is set only
if the signal was initiated by another workflow execution.public Long getExternalInitiatedEventId()
The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the
SignalExternalWorkflow
decision to signal this workflow execution.The source event with this ID can
be found in the history of the source workflow execution. This information can be useful for diagnosing problems
by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated
by another workflow execution.
SignalExternalWorkflowExecutionInitiated
event corresponding to the
SignalExternalWorkflow
decision to signal this workflow execution.The source event with this
ID can be found in the history of the source workflow execution. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to this event. This field is set only
if the signal was initiated by another workflow execution.public WorkflowExecutionSignaledEventAttributes withExternalInitiatedEventId(Long externalInitiatedEventId)
The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the
SignalExternalWorkflow
decision to signal this workflow execution.The source event with this ID can
be found in the history of the source workflow execution. This information can be useful for diagnosing problems
by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated
by another workflow execution.
externalInitiatedEventId
- The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the
SignalExternalWorkflow
decision to signal this workflow execution.The source event with this
ID can be found in the history of the source workflow execution. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to this event. This field is set only
if the signal was initiated by another workflow execution.public String toString()
toString
in class Object
Object.toString()
public WorkflowExecutionSignaledEventAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.