Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
HistoryEvent.requestCancelExternalWorkflowExecutionInitiatedEventAttributes
If the event is of type
RequestCancelExternalWorkflowExecutionInitiated then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.clone() |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
HistoryEvent.getRequestCancelExternalWorkflowExecutionInitiatedEventAttributes()
If the event is of type
RequestCancelExternalWorkflowExecutionInitiated then this
member is set and provides detailed information about the event. |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.withControl(java.lang.String control)
Optional. Data attached to the event that can be used by the
decider in subsequent workflow tasks.
|
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision task that resulted in the
RequestCancelExternalWorkflowExecution decision for this
cancellation request. |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.withRunId(java.lang.String runId)
The
runId of the external workflow execution to be canceled. |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.withWorkflowId(java.lang.String workflowId)
The
workflowId of the external workflow execution to be
canceled. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setRequestCancelExternalWorkflowExecutionInitiatedEventAttributes(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes requestCancelExternalWorkflowExecutionInitiatedEventAttributes)
If the event is of type
RequestCancelExternalWorkflowExecutionInitiated then this
member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withRequestCancelExternalWorkflowExecutionInitiatedEventAttributes(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes requestCancelExternalWorkflowExecutionInitiatedEventAttributes)
If the event is of type
RequestCancelExternalWorkflowExecutionInitiated then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributesJsonMarshaller.marshall(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes requestCancelExternalWorkflowExecutionInitiatedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|