Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private RequestCancelExternalWorkflowExecutionDecisionAttributes |
Decision.requestCancelExternalWorkflowExecutionDecisionAttributes
Provides details of the
RequestCancelExternalWorkflowExecution decision. |
Modifier and Type | Method and Description |
---|---|
RequestCancelExternalWorkflowExecutionDecisionAttributes |
RequestCancelExternalWorkflowExecutionDecisionAttributes.clone() |
RequestCancelExternalWorkflowExecutionDecisionAttributes |
Decision.getRequestCancelExternalWorkflowExecutionDecisionAttributes()
Provides details of the
RequestCancelExternalWorkflowExecution decision. |
RequestCancelExternalWorkflowExecutionDecisionAttributes |
RequestCancelExternalWorkflowExecutionDecisionAttributes.withControl(java.lang.String control)
Optional. Data attached to the event that can be used by the
decider in subsequent workflow tasks.
|
RequestCancelExternalWorkflowExecutionDecisionAttributes |
RequestCancelExternalWorkflowExecutionDecisionAttributes.withRunId(java.lang.String runId)
The
runId of the external workflow execution to cancel. |
RequestCancelExternalWorkflowExecutionDecisionAttributes |
RequestCancelExternalWorkflowExecutionDecisionAttributes.withWorkflowId(java.lang.String workflowId)
Required. The
workflowId of the external workflow
execution to cancel. |
Modifier and Type | Method and Description |
---|---|
void |
Decision.setRequestCancelExternalWorkflowExecutionDecisionAttributes(RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes)
Provides details of the
RequestCancelExternalWorkflowExecution decision. |
Decision |
Decision.withRequestCancelExternalWorkflowExecutionDecisionAttributes(RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes)
Provides details of the
RequestCancelExternalWorkflowExecution decision. |
Modifier and Type | Method and Description |
---|---|
RequestCancelExternalWorkflowExecutionDecisionAttributes |
RequestCancelExternalWorkflowExecutionDecisionAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RequestCancelExternalWorkflowExecutionDecisionAttributesJsonMarshaller.marshall(RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|