| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| StartChildWorkflowExecutionFailedEventAttributes | StartChildWorkflowExecutionFailedEventAttributes. clone() | 
| StartChildWorkflowExecutionFailedEventAttributes | HistoryEvent. getStartChildWorkflowExecutionFailedEventAttributes()
 If the event is of type  StartChildWorkflowExecutionFailedthen this member is set and provides
 detailed information about the event. | 
| StartChildWorkflowExecutionFailedEventAttributes | StartChildWorkflowExecutionFailedEventAttributes. withCause(StartChildWorkflowExecutionFailedCause cause)
 The cause of the failure. | 
| StartChildWorkflowExecutionFailedEventAttributes | StartChildWorkflowExecutionFailedEventAttributes. withCause(String cause)
 The cause of the failure. | 
| StartChildWorkflowExecutionFailedEventAttributes | StartChildWorkflowExecutionFailedEventAttributes. withControl(String control) | 
| StartChildWorkflowExecutionFailedEventAttributes | StartChildWorkflowExecutionFailedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the  DecisionTaskCompletedevent corresponding to the decision task that resulted in theStartChildWorkflowExecutiondecision to request this child workflow execution. | 
| StartChildWorkflowExecutionFailedEventAttributes | StartChildWorkflowExecutionFailedEventAttributes. withInitiatedEventId(Long initiatedEventId)
 The ID of the  StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision to start this child workflow execution. | 
| StartChildWorkflowExecutionFailedEventAttributes | StartChildWorkflowExecutionFailedEventAttributes. withWorkflowId(String workflowId)
 The  workflowIdof the child workflow execution. | 
| StartChildWorkflowExecutionFailedEventAttributes | StartChildWorkflowExecutionFailedEventAttributes. withWorkflowType(WorkflowType workflowType)
 The workflow type provided in the  StartChildWorkflowExecutiondecision that failed. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HistoryEvent. setStartChildWorkflowExecutionFailedEventAttributes(StartChildWorkflowExecutionFailedEventAttributes startChildWorkflowExecutionFailedEventAttributes)
 If the event is of type  StartChildWorkflowExecutionFailedthen this member is set and provides
 detailed information about the event. | 
| HistoryEvent | HistoryEvent. withStartChildWorkflowExecutionFailedEventAttributes(StartChildWorkflowExecutionFailedEventAttributes startChildWorkflowExecutionFailedEventAttributes)
 If the event is of type  StartChildWorkflowExecutionFailedthen this member is set and provides
 detailed information about the event. | 
Copyright © 2017. All rights reserved.