Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private WorkflowExecutionCanceledEventAttributes |
HistoryEvent.workflowExecutionCanceledEventAttributes
If the event is of type
WorkflowExecutionCanceled then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionCanceledEventAttributes |
WorkflowExecutionCanceledEventAttributes.clone() |
WorkflowExecutionCanceledEventAttributes |
HistoryEvent.getWorkflowExecutionCanceledEventAttributes()
If the event is of type
WorkflowExecutionCanceled then this
member is set and provides detailed information about the event. |
WorkflowExecutionCanceledEventAttributes |
WorkflowExecutionCanceledEventAttributes.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. |
WorkflowExecutionCanceledEventAttributes |
WorkflowExecutionCanceledEventAttributes.withDetails(java.lang.String details)
Details for the cancellation (if any).
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setWorkflowExecutionCanceledEventAttributes(WorkflowExecutionCanceledEventAttributes workflowExecutionCanceledEventAttributes)
If the event is of type
WorkflowExecutionCanceled then this
member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withWorkflowExecutionCanceledEventAttributes(WorkflowExecutionCanceledEventAttributes workflowExecutionCanceledEventAttributes)
If the event is of type
WorkflowExecutionCanceled then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionCanceledEventAttributes |
WorkflowExecutionCanceledEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowExecutionCanceledEventAttributesJsonMarshaller.marshall(WorkflowExecutionCanceledEventAttributes workflowExecutionCanceledEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|