| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| ChildWorkflowExecutionCanceledEventAttributes | ChildWorkflowExecutionCanceledEventAttributes. clone() | 
| ChildWorkflowExecutionCanceledEventAttributes | HistoryEvent. getChildWorkflowExecutionCanceledEventAttributes()
 If the event is of type  ChildWorkflowExecutionCanceledthen this member is set and provides detailed
 information about the event. | 
| ChildWorkflowExecutionCanceledEventAttributes | ChildWorkflowExecutionCanceledEventAttributes. withDetails(String details)
 Details of the cancellation (if provided). | 
| ChildWorkflowExecutionCanceledEventAttributes | ChildWorkflowExecutionCanceledEventAttributes. withInitiatedEventId(Long initiatedEventId)
 The ID of the  StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision to start this child workflow execution. | 
| ChildWorkflowExecutionCanceledEventAttributes | ChildWorkflowExecutionCanceledEventAttributes. withStartedEventId(Long startedEventId)
 The ID of the  ChildWorkflowExecutionStartedevent recorded when this child workflow execution was
 started. | 
| ChildWorkflowExecutionCanceledEventAttributes | ChildWorkflowExecutionCanceledEventAttributes. withWorkflowExecution(WorkflowExecution workflowExecution)
 The child workflow execution that was canceled. | 
| ChildWorkflowExecutionCanceledEventAttributes | ChildWorkflowExecutionCanceledEventAttributes. withWorkflowType(WorkflowType workflowType)
 The type of the child workflow execution. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HistoryEvent. setChildWorkflowExecutionCanceledEventAttributes(ChildWorkflowExecutionCanceledEventAttributes childWorkflowExecutionCanceledEventAttributes)
 If the event is of type  ChildWorkflowExecutionCanceledthen this member is set and provides detailed
 information about the event. | 
| HistoryEvent | HistoryEvent. withChildWorkflowExecutionCanceledEventAttributes(ChildWorkflowExecutionCanceledEventAttributes childWorkflowExecutionCanceledEventAttributes)
 If the event is of type  ChildWorkflowExecutionCanceledthen this member is set and provides detailed
 information about the event. | 
Copyright © 2017. All rights reserved.