| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| RequestCancelActivityTaskFailedEventAttributes | RequestCancelActivityTaskFailedEventAttributes. clone() | 
| RequestCancelActivityTaskFailedEventAttributes | HistoryEvent. getRequestCancelActivityTaskFailedEventAttributes()
 If the event is of type  RequestCancelActivityTaskFailedthen this member is set and provides
 detailed information about the event. | 
| RequestCancelActivityTaskFailedEventAttributes | RequestCancelActivityTaskFailedEventAttributes. withActivityId(String activityId)
 The activityId provided in the  RequestCancelActivityTaskdecision that failed. | 
| RequestCancelActivityTaskFailedEventAttributes | RequestCancelActivityTaskFailedEventAttributes. withCause(RequestCancelActivityTaskFailedCause cause)
 The cause of the failure. | 
| RequestCancelActivityTaskFailedEventAttributes | RequestCancelActivityTaskFailedEventAttributes. withCause(String cause)
 The cause of the failure. | 
| RequestCancelActivityTaskFailedEventAttributes | RequestCancelActivityTaskFailedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the  DecisionTaskCompletedevent corresponding to the decision task that resulted in theRequestCancelActivityTaskdecision for this cancellation request. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HistoryEvent. setRequestCancelActivityTaskFailedEventAttributes(RequestCancelActivityTaskFailedEventAttributes requestCancelActivityTaskFailedEventAttributes)
 If the event is of type  RequestCancelActivityTaskFailedthen this member is set and provides
 detailed information about the event. | 
| HistoryEvent | HistoryEvent. withRequestCancelActivityTaskFailedEventAttributes(RequestCancelActivityTaskFailedEventAttributes requestCancelActivityTaskFailedEventAttributes)
 If the event is of type  RequestCancelActivityTaskFailedthen this member is set and provides
 detailed information about the event. | 
Copyright © 2020. All rights reserved.