| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| WorkflowExecutionCanceledEventAttributes | WorkflowExecutionCanceledEventAttributes. clone() | 
| WorkflowExecutionCanceledEventAttributes | HistoryEvent. getWorkflowExecutionCanceledEventAttributes()
 If the event is of type  WorkflowExecutionCanceledthen this member is set and provides detailed
 information about the event. | 
| WorkflowExecutionCanceledEventAttributes | WorkflowExecutionCanceledEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the  DecisionTaskCompletedevent corresponding to the decision task that resulted in theCancelWorkflowExecutiondecision for this cancellation request. | 
| WorkflowExecutionCanceledEventAttributes | WorkflowExecutionCanceledEventAttributes. withDetails(String details)
 The details of the cancellation. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HistoryEvent. setWorkflowExecutionCanceledEventAttributes(WorkflowExecutionCanceledEventAttributes workflowExecutionCanceledEventAttributes)
 If the event is of type  WorkflowExecutionCanceledthen this member is set and provides detailed
 information about the event. | 
| HistoryEvent | HistoryEvent. withWorkflowExecutionCanceledEventAttributes(WorkflowExecutionCanceledEventAttributes workflowExecutionCanceledEventAttributes)
 If the event is of type  WorkflowExecutionCanceledthen this member is set and provides detailed
 information about the event. | 
Copyright © 2021. All rights reserved.