| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
ActivityTaskCancelRequestedEventAttributes | 
ActivityTaskCancelRequestedEventAttributes.clone()  | 
ActivityTaskCancelRequestedEventAttributes | 
HistoryEvent.getActivityTaskCancelRequestedEventAttributes()
 If the event is of type  
ActivityTaskcancelRequested then this member is set and provides detailed
 information about the event. | 
ActivityTaskCancelRequestedEventAttributes | 
ActivityTaskCancelRequestedEventAttributes.withActivityId(String activityId)
 The unique ID of the task. 
 | 
ActivityTaskCancelRequestedEventAttributes | 
ActivityTaskCancelRequestedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the  
DecisionTaskCompleted event corresponding to the decision task that resulted in the
 RequestCancelActivityTask decision for this cancellation request. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HistoryEvent.setActivityTaskCancelRequestedEventAttributes(ActivityTaskCancelRequestedEventAttributes activityTaskCancelRequestedEventAttributes)
 If the event is of type  
ActivityTaskcancelRequested then this member is set and provides detailed
 information about the event. | 
HistoryEvent | 
HistoryEvent.withActivityTaskCancelRequestedEventAttributes(ActivityTaskCancelRequestedEventAttributes activityTaskCancelRequestedEventAttributes)
 If the event is of type  
ActivityTaskcancelRequested then this member is set and provides detailed
 information about the event. | 
Copyright © 2020. All rights reserved.