Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private ExternalWorkflowExecutionSignaledEventAttributes |
HistoryEvent.externalWorkflowExecutionSignaledEventAttributes
If the event is of type
ExternalWorkflowExecutionSignaled
then this member is set and provides detailed information about the
event. |
Modifier and Type | Method and Description |
---|---|
ExternalWorkflowExecutionSignaledEventAttributes |
ExternalWorkflowExecutionSignaledEventAttributes.clone() |
ExternalWorkflowExecutionSignaledEventAttributes |
HistoryEvent.getExternalWorkflowExecutionSignaledEventAttributes()
If the event is of type
ExternalWorkflowExecutionSignaled
then this member is set and provides detailed information about the
event. |
ExternalWorkflowExecutionSignaledEventAttributes |
ExternalWorkflowExecutionSignaledEventAttributes.withInitiatedEventId(java.lang.Long initiatedEventId)
The ID of the
SignalExternalWorkflowExecutionInitiated event
corresponding to the SignalExternalWorkflowExecution
decision to request this signal. |
ExternalWorkflowExecutionSignaledEventAttributes |
ExternalWorkflowExecutionSignaledEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
The external workflow execution that the signal was delivered to.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setExternalWorkflowExecutionSignaledEventAttributes(ExternalWorkflowExecutionSignaledEventAttributes externalWorkflowExecutionSignaledEventAttributes)
If the event is of type
ExternalWorkflowExecutionSignaled
then this member is set and provides detailed information about the
event. |
HistoryEvent |
HistoryEvent.withExternalWorkflowExecutionSignaledEventAttributes(ExternalWorkflowExecutionSignaledEventAttributes externalWorkflowExecutionSignaledEventAttributes)
If the event is of type
ExternalWorkflowExecutionSignaled
then this member is set and provides detailed information about the
event. |
Modifier and Type | Method and Description |
---|---|
ExternalWorkflowExecutionSignaledEventAttributes |
ExternalWorkflowExecutionSignaledEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ExternalWorkflowExecutionSignaledEventAttributesJsonMarshaller.marshall(ExternalWorkflowExecutionSignaledEventAttributes externalWorkflowExecutionSignaledEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|