Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private CancelWorkflowExecutionDecisionAttributes |
Decision.cancelWorkflowExecutionDecisionAttributes
Provides details of the
CancelWorkflowExecution decision. |
Modifier and Type | Method and Description |
---|---|
CancelWorkflowExecutionDecisionAttributes |
CancelWorkflowExecutionDecisionAttributes.clone() |
CancelWorkflowExecutionDecisionAttributes |
Decision.getCancelWorkflowExecutionDecisionAttributes()
Provides details of the
CancelWorkflowExecution decision. |
CancelWorkflowExecutionDecisionAttributes |
CancelWorkflowExecutionDecisionAttributes.withDetails(java.lang.String details)
Optional. details of the cancellation.
|
Modifier and Type | Method and Description |
---|---|
void |
Decision.setCancelWorkflowExecutionDecisionAttributes(CancelWorkflowExecutionDecisionAttributes cancelWorkflowExecutionDecisionAttributes)
Provides details of the
CancelWorkflowExecution decision. |
Decision |
Decision.withCancelWorkflowExecutionDecisionAttributes(CancelWorkflowExecutionDecisionAttributes cancelWorkflowExecutionDecisionAttributes)
Provides details of the
CancelWorkflowExecution decision. |
Modifier and Type | Method and Description |
---|---|
CancelWorkflowExecutionDecisionAttributes |
CancelWorkflowExecutionDecisionAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CancelWorkflowExecutionDecisionAttributesJsonMarshaller.marshall(CancelWorkflowExecutionDecisionAttributes cancelWorkflowExecutionDecisionAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|