Uses of Class
com.amazonaws.services.simpleworkflow.model.ActivityTaskCanceledEventAttributes
-
Packages that use ActivityTaskCanceledEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of ActivityTaskCanceledEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTaskCanceledEventAttributes Modifier and Type Method Description ActivityTaskCanceledEventAttributesActivityTaskCanceledEventAttributes. clone()ActivityTaskCanceledEventAttributesHistoryEvent. getActivityTaskCanceledEventAttributes()If the event is of typeActivityTaskCanceledthen this member is set and provides detailed information about the event.ActivityTaskCanceledEventAttributesActivityTaskCanceledEventAttributes. withDetails(String details)Details of the cancellation (if any).ActivityTaskCanceledEventAttributesActivityTaskCanceledEventAttributes. withLatestCancelRequestedEventId(Long latestCancelRequestedEventId)If set, contains the ID of the lastActivityTaskCancelRequestedevent recorded for this activity task.ActivityTaskCanceledEventAttributesActivityTaskCanceledEventAttributes. withScheduledEventId(Long scheduledEventId)The ID of theActivityTaskScheduledevent that was recorded when this activity task was scheduled.ActivityTaskCanceledEventAttributesActivityTaskCanceledEventAttributes. withStartedEventId(Long startedEventId)The ID of theActivityTaskStartedevent recorded when this activity task was started.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ActivityTaskCanceledEventAttributes Modifier and Type Method Description voidHistoryEvent. setActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes activityTaskCanceledEventAttributes)If the event is of typeActivityTaskCanceledthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes activityTaskCanceledEventAttributes)If the event is of typeActivityTaskCanceledthen this member is set and provides detailed information about the event.
-