Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private ContinueAsNewWorkflowExecutionFailedEventAttributes |
HistoryEvent.continueAsNewWorkflowExecutionFailedEventAttributes
If the event is of type
ContinueAsNewWorkflowExecutionFailed
then this member is set and provides detailed information about the
event. |
Modifier and Type | Method and Description |
---|---|
ContinueAsNewWorkflowExecutionFailedEventAttributes |
ContinueAsNewWorkflowExecutionFailedEventAttributes.clone() |
ContinueAsNewWorkflowExecutionFailedEventAttributes |
HistoryEvent.getContinueAsNewWorkflowExecutionFailedEventAttributes()
If the event is of type
ContinueAsNewWorkflowExecutionFailed
then this member is set and provides detailed information about the
event. |
ContinueAsNewWorkflowExecutionFailedEventAttributes |
ContinueAsNewWorkflowExecutionFailedEventAttributes.withCause(ContinueAsNewWorkflowExecutionFailedCause cause)
The cause of the failure.
|
ContinueAsNewWorkflowExecutionFailedEventAttributes |
ContinueAsNewWorkflowExecutionFailedEventAttributes.withCause(java.lang.String cause)
The cause of the failure.
|
ContinueAsNewWorkflowExecutionFailedEventAttributes |
ContinueAsNewWorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision task that resulted in the
ContinueAsNewWorkflowExecution decision that started this
execution. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setContinueAsNewWorkflowExecutionFailedEventAttributes(ContinueAsNewWorkflowExecutionFailedEventAttributes continueAsNewWorkflowExecutionFailedEventAttributes)
If the event is of type
ContinueAsNewWorkflowExecutionFailed
then this member is set and provides detailed information about the
event. |
HistoryEvent |
HistoryEvent.withContinueAsNewWorkflowExecutionFailedEventAttributes(ContinueAsNewWorkflowExecutionFailedEventAttributes continueAsNewWorkflowExecutionFailedEventAttributes)
If the event is of type
ContinueAsNewWorkflowExecutionFailed
then this member is set and provides detailed information about the
event. |
Modifier and Type | Method and Description |
---|---|
ContinueAsNewWorkflowExecutionFailedEventAttributes |
ContinueAsNewWorkflowExecutionFailedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ContinueAsNewWorkflowExecutionFailedEventAttributesJsonMarshaller.marshall(ContinueAsNewWorkflowExecutionFailedEventAttributes continueAsNewWorkflowExecutionFailedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|