Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private FailWorkflowExecutionDecisionAttributes |
Decision.failWorkflowExecutionDecisionAttributes
Provides details of the
FailWorkflowExecution decision. |
Modifier and Type | Method and Description |
---|---|
FailWorkflowExecutionDecisionAttributes |
FailWorkflowExecutionDecisionAttributes.clone() |
FailWorkflowExecutionDecisionAttributes |
Decision.getFailWorkflowExecutionDecisionAttributes()
Provides details of the
FailWorkflowExecution decision. |
FailWorkflowExecutionDecisionAttributes |
FailWorkflowExecutionDecisionAttributes.withDetails(java.lang.String details)
Optional. Details of the failure.
|
FailWorkflowExecutionDecisionAttributes |
FailWorkflowExecutionDecisionAttributes.withReason(java.lang.String reason)
A descriptive reason for the failure that may help in diagnostics.
|
Modifier and Type | Method and Description |
---|---|
void |
Decision.setFailWorkflowExecutionDecisionAttributes(FailWorkflowExecutionDecisionAttributes failWorkflowExecutionDecisionAttributes)
Provides details of the
FailWorkflowExecution decision. |
Decision |
Decision.withFailWorkflowExecutionDecisionAttributes(FailWorkflowExecutionDecisionAttributes failWorkflowExecutionDecisionAttributes)
Provides details of the
FailWorkflowExecution decision. |
Modifier and Type | Method and Description |
---|---|
FailWorkflowExecutionDecisionAttributes |
FailWorkflowExecutionDecisionAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
FailWorkflowExecutionDecisionAttributesJsonMarshaller.marshall(FailWorkflowExecutionDecisionAttributes failWorkflowExecutionDecisionAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|