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 ActivityTaskCanceledEventAttributes
ActivityTaskCanceledEventAttributes. clone()
ActivityTaskCanceledEventAttributes
HistoryEvent. getActivityTaskCanceledEventAttributes()
If the event is of typeActivityTaskCanceled
then this member is set and provides detailed information about the event.ActivityTaskCanceledEventAttributes
ActivityTaskCanceledEventAttributes. withDetails(String details)
Details of the cancellation (if any).ActivityTaskCanceledEventAttributes
ActivityTaskCanceledEventAttributes. withLatestCancelRequestedEventId(Long latestCancelRequestedEventId)
If set, contains the ID of the lastActivityTaskCancelRequested
event recorded for this activity task.ActivityTaskCanceledEventAttributes
ActivityTaskCanceledEventAttributes. withScheduledEventId(Long scheduledEventId)
The ID of theActivityTaskScheduled
event that was recorded when this activity task was scheduled.ActivityTaskCanceledEventAttributes
ActivityTaskCanceledEventAttributes. withStartedEventId(Long startedEventId)
The ID of theActivityTaskStarted
event recorded when this activity task was started.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ActivityTaskCanceledEventAttributes Modifier and Type Method Description void
HistoryEvent. setActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes activityTaskCanceledEventAttributes)
If the event is of typeActivityTaskCanceled
then this member is set and provides detailed information about the event.HistoryEvent
HistoryEvent. withActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes activityTaskCanceledEventAttributes)
If the event is of typeActivityTaskCanceled
then this member is set and provides detailed information about the event.
-