Uses of Class
com.amazonaws.services.simpleworkflow.model.ActivityTaskCompletedEventAttributes
-
Packages that use ActivityTaskCompletedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of ActivityTaskCompletedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTaskCompletedEventAttributes Modifier and Type Method Description ActivityTaskCompletedEventAttributes
ActivityTaskCompletedEventAttributes. clone()
ActivityTaskCompletedEventAttributes
HistoryEvent. getActivityTaskCompletedEventAttributes()
If the event is of typeActivityTaskCompleted
then this member is set and provides detailed information about the event.ActivityTaskCompletedEventAttributes
ActivityTaskCompletedEventAttributes. withResult(String result)
The results of the activity task (if any).ActivityTaskCompletedEventAttributes
ActivityTaskCompletedEventAttributes. withScheduledEventId(Long scheduledEventId)
The ID of theActivityTaskScheduled
event that was recorded when this activity task was scheduled.ActivityTaskCompletedEventAttributes
ActivityTaskCompletedEventAttributes. 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 ActivityTaskCompletedEventAttributes Modifier and Type Method Description void
HistoryEvent. setActivityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes activityTaskCompletedEventAttributes)
If the event is of typeActivityTaskCompleted
then this member is set and provides detailed information about the event.HistoryEvent
HistoryEvent. withActivityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes activityTaskCompletedEventAttributes)
If the event is of typeActivityTaskCompleted
then this member is set and provides detailed information about the event.
-