Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private CompleteWorkflowExecutionFailedEventAttributes |
HistoryEvent.completeWorkflowExecutionFailedEventAttributes
If the event is of type
CompleteWorkflowExecutionFailed then
this member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
CompleteWorkflowExecutionFailedEventAttributes |
CompleteWorkflowExecutionFailedEventAttributes.clone() |
CompleteWorkflowExecutionFailedEventAttributes |
HistoryEvent.getCompleteWorkflowExecutionFailedEventAttributes()
If the event is of type
CompleteWorkflowExecutionFailed then
this member is set and provides detailed information about the event. |
CompleteWorkflowExecutionFailedEventAttributes |
CompleteWorkflowExecutionFailedEventAttributes.withCause(CompleteWorkflowExecutionFailedCause cause)
The cause of the failure.
|
CompleteWorkflowExecutionFailedEventAttributes |
CompleteWorkflowExecutionFailedEventAttributes.withCause(java.lang.String cause)
The cause of the failure.
|
CompleteWorkflowExecutionFailedEventAttributes |
CompleteWorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision task that resulted in the
CompleteWorkflowExecution decision to complete this
execution. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setCompleteWorkflowExecutionFailedEventAttributes(CompleteWorkflowExecutionFailedEventAttributes completeWorkflowExecutionFailedEventAttributes)
If the event is of type
CompleteWorkflowExecutionFailed then
this member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withCompleteWorkflowExecutionFailedEventAttributes(CompleteWorkflowExecutionFailedEventAttributes completeWorkflowExecutionFailedEventAttributes)
If the event is of type
CompleteWorkflowExecutionFailed then
this member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
CompleteWorkflowExecutionFailedEventAttributes |
CompleteWorkflowExecutionFailedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CompleteWorkflowExecutionFailedEventAttributesJsonMarshaller.marshall(CompleteWorkflowExecutionFailedEventAttributes completeWorkflowExecutionFailedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|