| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| ChildWorkflowExecutionFailedEventAttributes | ChildWorkflowExecutionFailedEventAttributes. clone() | 
| ChildWorkflowExecutionFailedEventAttributes | HistoryEvent. getChildWorkflowExecutionFailedEventAttributes()
 If the event is of type  ChildWorkflowExecutionFailedthen this member is set and provides detailed
 information about the event. | 
| ChildWorkflowExecutionFailedEventAttributes | ChildWorkflowExecutionFailedEventAttributes. withDetails(String details)
 The details of the failure (if provided). | 
| ChildWorkflowExecutionFailedEventAttributes | ChildWorkflowExecutionFailedEventAttributes. withInitiatedEventId(Long initiatedEventId)
 The ID of the  StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutionDecision to start this child workflow execution. | 
| ChildWorkflowExecutionFailedEventAttributes | ChildWorkflowExecutionFailedEventAttributes. withReason(String reason)
 The reason for the failure (if provided). | 
| ChildWorkflowExecutionFailedEventAttributes | ChildWorkflowExecutionFailedEventAttributes. withStartedEventId(Long startedEventId)
 The ID of the  ChildWorkflowExecutionStartedevent recorded when this child workflow execution was
 started. | 
| ChildWorkflowExecutionFailedEventAttributes | ChildWorkflowExecutionFailedEventAttributes. withWorkflowExecution(WorkflowExecution workflowExecution)
 The child workflow execution that failed. | 
| ChildWorkflowExecutionFailedEventAttributes | ChildWorkflowExecutionFailedEventAttributes. withWorkflowType(WorkflowType workflowType)
 The type of the child workflow execution. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HistoryEvent. setChildWorkflowExecutionFailedEventAttributes(ChildWorkflowExecutionFailedEventAttributes childWorkflowExecutionFailedEventAttributes)
 If the event is of type  ChildWorkflowExecutionFailedthen this member is set and provides detailed
 information about the event. | 
| HistoryEvent | HistoryEvent. withChildWorkflowExecutionFailedEventAttributes(ChildWorkflowExecutionFailedEventAttributes childWorkflowExecutionFailedEventAttributes)
 If the event is of type  ChildWorkflowExecutionFailedthen this member is set and provides detailed
 information about the event. | 
Copyright © 2021. All rights reserved.