| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| RequestCancelExternalWorkflowExecutionFailedEventAttributes | RequestCancelExternalWorkflowExecutionFailedEventAttributes. clone() | 
| RequestCancelExternalWorkflowExecutionFailedEventAttributes | HistoryEvent. getRequestCancelExternalWorkflowExecutionFailedEventAttributes()
 If the event is of type  RequestCancelExternalWorkflowExecutionFailedthen this member is set and
 provides detailed information about the event. | 
| RequestCancelExternalWorkflowExecutionFailedEventAttributes | RequestCancelExternalWorkflowExecutionFailedEventAttributes. withCause(RequestCancelExternalWorkflowExecutionFailedCause cause)
 The cause of the failure. | 
| RequestCancelExternalWorkflowExecutionFailedEventAttributes | RequestCancelExternalWorkflowExecutionFailedEventAttributes. withCause(String cause)
 The cause of the failure. | 
| RequestCancelExternalWorkflowExecutionFailedEventAttributes | RequestCancelExternalWorkflowExecutionFailedEventAttributes. withControl(String control)
 The data attached to the event that the decider can use in subsequent workflow tasks. | 
| RequestCancelExternalWorkflowExecutionFailedEventAttributes | RequestCancelExternalWorkflowExecutionFailedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the  DecisionTaskCompletedevent corresponding to the decision task that resulted in theRequestCancelExternalWorkflowExecutiondecision for this cancellation request. | 
| RequestCancelExternalWorkflowExecutionFailedEventAttributes | RequestCancelExternalWorkflowExecutionFailedEventAttributes. withInitiatedEventId(Long initiatedEventId)
 The ID of the  RequestCancelExternalWorkflowExecutionInitiatedevent corresponding to theRequestCancelExternalWorkflowExecutiondecision to cancel this external workflow execution. | 
| RequestCancelExternalWorkflowExecutionFailedEventAttributes | RequestCancelExternalWorkflowExecutionFailedEventAttributes. withRunId(String runId)
 The  runIdof the external workflow execution. | 
| RequestCancelExternalWorkflowExecutionFailedEventAttributes | RequestCancelExternalWorkflowExecutionFailedEventAttributes. withWorkflowId(String workflowId)
 The  workflowIdof the external workflow to which the cancel request was to be delivered. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HistoryEvent. setRequestCancelExternalWorkflowExecutionFailedEventAttributes(RequestCancelExternalWorkflowExecutionFailedEventAttributes requestCancelExternalWorkflowExecutionFailedEventAttributes)
 If the event is of type  RequestCancelExternalWorkflowExecutionFailedthen this member is set and
 provides detailed information about the event. | 
| HistoryEvent | HistoryEvent. withRequestCancelExternalWorkflowExecutionFailedEventAttributes(RequestCancelExternalWorkflowExecutionFailedEventAttributes requestCancelExternalWorkflowExecutionFailedEventAttributes)
 If the event is of type  RequestCancelExternalWorkflowExecutionFailedthen this member is set and
 provides detailed information about the event. | 
Copyright © 2021. All rights reserved.