Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private ExternalWorkflowExecutionCancelRequestedEventAttributes |
HistoryEvent.externalWorkflowExecutionCancelRequestedEventAttributes
If the event is of type
ExternalWorkflowExecutionCancelRequested then this member is
set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
ExternalWorkflowExecutionCancelRequestedEventAttributes |
ExternalWorkflowExecutionCancelRequestedEventAttributes.clone() |
ExternalWorkflowExecutionCancelRequestedEventAttributes |
HistoryEvent.getExternalWorkflowExecutionCancelRequestedEventAttributes()
If the event is of type
ExternalWorkflowExecutionCancelRequested then this member is
set and provides detailed information about the event. |
ExternalWorkflowExecutionCancelRequestedEventAttributes |
ExternalWorkflowExecutionCancelRequestedEventAttributes.withInitiatedEventId(java.lang.Long initiatedEventId)
The ID of the
RequestCancelExternalWorkflowExecutionInitiated event
corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. |
ExternalWorkflowExecutionCancelRequestedEventAttributes |
ExternalWorkflowExecutionCancelRequestedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
The external workflow execution to which the cancellation request was
delivered.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setExternalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes externalWorkflowExecutionCancelRequestedEventAttributes)
If the event is of type
ExternalWorkflowExecutionCancelRequested then this member is
set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withExternalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes externalWorkflowExecutionCancelRequestedEventAttributes)
If the event is of type
ExternalWorkflowExecutionCancelRequested then this member is
set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
ExternalWorkflowExecutionCancelRequestedEventAttributes |
ExternalWorkflowExecutionCancelRequestedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ExternalWorkflowExecutionCancelRequestedEventAttributesJsonMarshaller.marshall(ExternalWorkflowExecutionCancelRequestedEventAttributes externalWorkflowExecutionCancelRequestedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|