Uses of Class
com.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskFailedEventAttributes
Packages that use RequestCancelActivityTaskFailedEventAttributes
-
Uses of RequestCancelActivityTaskFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return RequestCancelActivityTaskFailedEventAttributesModifier and TypeMethodDescriptionRequestCancelActivityTaskFailedEventAttributes.clone()HistoryEvent.getRequestCancelActivityTaskFailedEventAttributes()If the event is of typeRequestCancelActivityTaskFailedthen this member is set and provides detailed information about the event.RequestCancelActivityTaskFailedEventAttributes.withActivityId(String activityId) The activityId provided in theRequestCancelActivityTaskdecision that failed.RequestCancelActivityTaskFailedEventAttributes.withCause(RequestCancelActivityTaskFailedCause cause) The cause of the failure.The cause of the failure.RequestCancelActivityTaskFailedEventAttributes.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 RequestCancelActivityTaskFailedEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setRequestCancelActivityTaskFailedEventAttributes(RequestCancelActivityTaskFailedEventAttributes requestCancelActivityTaskFailedEventAttributes) If the event is of typeRequestCancelActivityTaskFailedthen this member is set and provides detailed information about the event.HistoryEvent.withRequestCancelActivityTaskFailedEventAttributes(RequestCancelActivityTaskFailedEventAttributes requestCancelActivityTaskFailedEventAttributes) If the event is of typeRequestCancelActivityTaskFailedthen this member is set and provides detailed information about the event.