Uses of Class
com.amazonaws.services.simpleworkflow.model.ActivityTaskCancelRequestedEventAttributes
Packages that use ActivityTaskCancelRequestedEventAttributes
-
Uses of ActivityTaskCancelRequestedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTaskCancelRequestedEventAttributesModifier and TypeMethodDescriptionActivityTaskCancelRequestedEventAttributes.clone()HistoryEvent.getActivityTaskCancelRequestedEventAttributes()If the event is of typeActivityTaskcancelRequestedthen this member is set and provides detailed information about the event.ActivityTaskCancelRequestedEventAttributes.withActivityId(String activityId) The unique ID of the task.ActivityTaskCancelRequestedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theRequestCancelActivityTaskdecision for this cancellation request.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ActivityTaskCancelRequestedEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setActivityTaskCancelRequestedEventAttributes(ActivityTaskCancelRequestedEventAttributes activityTaskCancelRequestedEventAttributes) If the event is of typeActivityTaskcancelRequestedthen this member is set and provides detailed information about the event.HistoryEvent.withActivityTaskCancelRequestedEventAttributes(ActivityTaskCancelRequestedEventAttributes activityTaskCancelRequestedEventAttributes) If the event is of typeActivityTaskcancelRequestedthen this member is set and provides detailed information about the event.