Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private CompleteWorkflowExecutionDecisionAttributes |
Decision.completeWorkflowExecutionDecisionAttributes
Provides details of the
CompleteWorkflowExecution decision. |
Modifier and Type | Method and Description |
---|---|
CompleteWorkflowExecutionDecisionAttributes |
CompleteWorkflowExecutionDecisionAttributes.clone() |
CompleteWorkflowExecutionDecisionAttributes |
Decision.getCompleteWorkflowExecutionDecisionAttributes()
Provides details of the
CompleteWorkflowExecution decision. |
CompleteWorkflowExecutionDecisionAttributes |
CompleteWorkflowExecutionDecisionAttributes.withResult(java.lang.String result)
The result of the workflow execution.
|
Modifier and Type | Method and Description |
---|---|
void |
Decision.setCompleteWorkflowExecutionDecisionAttributes(CompleteWorkflowExecutionDecisionAttributes completeWorkflowExecutionDecisionAttributes)
Provides details of the
CompleteWorkflowExecution decision. |
Decision |
Decision.withCompleteWorkflowExecutionDecisionAttributes(CompleteWorkflowExecutionDecisionAttributes completeWorkflowExecutionDecisionAttributes)
Provides details of the
CompleteWorkflowExecution decision. |
Modifier and Type | Method and Description |
---|---|
CompleteWorkflowExecutionDecisionAttributes |
CompleteWorkflowExecutionDecisionAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CompleteWorkflowExecutionDecisionAttributesJsonMarshaller.marshall(CompleteWorkflowExecutionDecisionAttributes completeWorkflowExecutionDecisionAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|