Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private CancelWorkflowExecutionFailedEventAttributes |
HistoryEvent.cancelWorkflowExecutionFailedEventAttributes
If the event is of type
CancelWorkflowExecutionFailed then
this member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
CancelWorkflowExecutionFailedEventAttributes |
CancelWorkflowExecutionFailedEventAttributes.clone() |
CancelWorkflowExecutionFailedEventAttributes |
HistoryEvent.getCancelWorkflowExecutionFailedEventAttributes()
If the event is of type
CancelWorkflowExecutionFailed then
this member is set and provides detailed information about the event. |
CancelWorkflowExecutionFailedEventAttributes |
CancelWorkflowExecutionFailedEventAttributes.withCause(CancelWorkflowExecutionFailedCause cause)
The cause of the failure.
|
CancelWorkflowExecutionFailedEventAttributes |
CancelWorkflowExecutionFailedEventAttributes.withCause(java.lang.String cause)
The cause of the failure.
|
CancelWorkflowExecutionFailedEventAttributes |
CancelWorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision task that resulted in the
CancelWorkflowExecution decision for this cancellation
request. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setCancelWorkflowExecutionFailedEventAttributes(CancelWorkflowExecutionFailedEventAttributes cancelWorkflowExecutionFailedEventAttributes)
If the event is of type
CancelWorkflowExecutionFailed then
this member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withCancelWorkflowExecutionFailedEventAttributes(CancelWorkflowExecutionFailedEventAttributes cancelWorkflowExecutionFailedEventAttributes)
If the event is of type
CancelWorkflowExecutionFailed then
this member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
CancelWorkflowExecutionFailedEventAttributes |
CancelWorkflowExecutionFailedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CancelWorkflowExecutionFailedEventAttributesJsonMarshaller.marshall(CancelWorkflowExecutionFailedEventAttributes cancelWorkflowExecutionFailedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|