Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private WorkflowExecutionFailedEventAttributes |
HistoryEvent.workflowExecutionFailedEventAttributes
If the event is of type
WorkflowExecutionFailed then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionFailedEventAttributes |
WorkflowExecutionFailedEventAttributes.clone() |
WorkflowExecutionFailedEventAttributes |
HistoryEvent.getWorkflowExecutionFailedEventAttributes()
If the event is of type
WorkflowExecutionFailed then this
member is set and provides detailed information about the event. |
WorkflowExecutionFailedEventAttributes |
WorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision task that resulted in the FailWorkflowExecution
decision to fail this execution. |
WorkflowExecutionFailedEventAttributes |
WorkflowExecutionFailedEventAttributes.withDetails(java.lang.String details)
The details of the failure (if any).
|
WorkflowExecutionFailedEventAttributes |
WorkflowExecutionFailedEventAttributes.withReason(java.lang.String reason)
The descriptive reason provided for the failure (if any).
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setWorkflowExecutionFailedEventAttributes(WorkflowExecutionFailedEventAttributes workflowExecutionFailedEventAttributes)
If the event is of type
WorkflowExecutionFailed then this
member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withWorkflowExecutionFailedEventAttributes(WorkflowExecutionFailedEventAttributes workflowExecutionFailedEventAttributes)
If the event is of type
WorkflowExecutionFailed then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionFailedEventAttributes |
WorkflowExecutionFailedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowExecutionFailedEventAttributesJsonMarshaller.marshall(WorkflowExecutionFailedEventAttributes workflowExecutionFailedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|