| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| ActivityTaskCanceledEventAttributes | ActivityTaskCanceledEventAttributes. clone() | 
| ActivityTaskCanceledEventAttributes | HistoryEvent. getActivityTaskCanceledEventAttributes()
 If the event is of type  ActivityTaskCanceledthen this member is set and provides detailed
 information about the event. | 
| ActivityTaskCanceledEventAttributes | ActivityTaskCanceledEventAttributes. withDetails(String details)
 Details of the cancellation. | 
| ActivityTaskCanceledEventAttributes | ActivityTaskCanceledEventAttributes. withLatestCancelRequestedEventId(Long latestCancelRequestedEventId)
 If set, contains the ID of the last  ActivityTaskCancelRequestedevent recorded for this activity
 task. | 
| ActivityTaskCanceledEventAttributes | ActivityTaskCanceledEventAttributes. withScheduledEventId(Long scheduledEventId)
 The ID of the  ActivityTaskScheduledevent that was recorded when this activity task was scheduled. | 
| ActivityTaskCanceledEventAttributes | ActivityTaskCanceledEventAttributes. withStartedEventId(Long startedEventId)
 The ID of the  ActivityTaskStartedevent recorded when this activity task was started. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HistoryEvent. setActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes activityTaskCanceledEventAttributes)
 If the event is of type  ActivityTaskCanceledthen this member is set and provides detailed
 information about the event. | 
| HistoryEvent | HistoryEvent. withActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes activityTaskCanceledEventAttributes)
 If the event is of type  ActivityTaskCanceledthen this member is set and provides detailed
 information about the event. | 
Copyright © 2020. All rights reserved.