Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private RequestCancelExternalWorkflowExecutionFailedEventAttributes |
HistoryEvent.requestCancelExternalWorkflowExecutionFailedEventAttributes
If the event is of type
RequestCancelExternalWorkflowExecutionFailed then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
RequestCancelExternalWorkflowExecutionFailedEventAttributes |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.clone() |
RequestCancelExternalWorkflowExecutionFailedEventAttributes |
HistoryEvent.getRequestCancelExternalWorkflowExecutionFailedEventAttributes()
If the event is of type
RequestCancelExternalWorkflowExecutionFailed then this
member is set and provides detailed information about the event. |
RequestCancelExternalWorkflowExecutionFailedEventAttributes |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.withCause(RequestCancelExternalWorkflowExecutionFailedCause cause)
The cause of the failure.
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.withCause(java.lang.String cause)
The cause of the failure.
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.withControl(java.lang.String control) |
RequestCancelExternalWorkflowExecutionFailedEventAttributes |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision task that resulted in the
RequestCancelExternalWorkflowExecution decision for this
cancellation request. |
RequestCancelExternalWorkflowExecutionFailedEventAttributes |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.withInitiatedEventId(java.lang.Long initiatedEventId)
The ID of the
RequestCancelExternalWorkflowExecutionInitiated event
corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. |
RequestCancelExternalWorkflowExecutionFailedEventAttributes |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.withRunId(java.lang.String runId)
The
runId of the external workflow execution. |
RequestCancelExternalWorkflowExecutionFailedEventAttributes |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.withWorkflowId(java.lang.String workflowId)
The
workflowId of the external workflow to which the cancel
request was to be delivered. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setRequestCancelExternalWorkflowExecutionFailedEventAttributes(RequestCancelExternalWorkflowExecutionFailedEventAttributes requestCancelExternalWorkflowExecutionFailedEventAttributes)
If the event is of type
RequestCancelExternalWorkflowExecutionFailed then this
member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withRequestCancelExternalWorkflowExecutionFailedEventAttributes(RequestCancelExternalWorkflowExecutionFailedEventAttributes requestCancelExternalWorkflowExecutionFailedEventAttributes)
If the event is of type
RequestCancelExternalWorkflowExecutionFailed then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
RequestCancelExternalWorkflowExecutionFailedEventAttributes |
RequestCancelExternalWorkflowExecutionFailedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RequestCancelExternalWorkflowExecutionFailedEventAttributesJsonMarshaller.marshall(RequestCancelExternalWorkflowExecutionFailedEventAttributes requestCancelExternalWorkflowExecutionFailedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|