Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private WorkflowExecutionSignaledEventAttributes |
HistoryEvent.workflowExecutionSignaledEventAttributes
If the event is of type
WorkflowExecutionSignaled then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionSignaledEventAttributes |
WorkflowExecutionSignaledEventAttributes.clone() |
WorkflowExecutionSignaledEventAttributes |
HistoryEvent.getWorkflowExecutionSignaledEventAttributes()
If the event is of type
WorkflowExecutionSignaled then this
member is set and provides detailed information about the event. |
WorkflowExecutionSignaledEventAttributes |
WorkflowExecutionSignaledEventAttributes.withExternalInitiatedEventId(java.lang.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 |
WorkflowExecutionSignaledEventAttributes.withExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
The workflow execution that sent the signal.
|
WorkflowExecutionSignaledEventAttributes |
WorkflowExecutionSignaledEventAttributes.withInput(java.lang.String input)
Inputs provided with the signal (if any).
|
WorkflowExecutionSignaledEventAttributes |
WorkflowExecutionSignaledEventAttributes.withSignalName(java.lang.String signalName)
The name of the signal received.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setWorkflowExecutionSignaledEventAttributes(WorkflowExecutionSignaledEventAttributes workflowExecutionSignaledEventAttributes)
If the event is of type
WorkflowExecutionSignaled then this
member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withWorkflowExecutionSignaledEventAttributes(WorkflowExecutionSignaledEventAttributes workflowExecutionSignaledEventAttributes)
If the event is of type
WorkflowExecutionSignaled then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionSignaledEventAttributes |
WorkflowExecutionSignaledEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowExecutionSignaledEventAttributesJsonMarshaller.marshall(WorkflowExecutionSignaledEventAttributes workflowExecutionSignaledEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|