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 typeRequestCancelActivityTaskFailed
then this member is set and provides detailed information about the event.RequestCancelActivityTaskFailedEventAttributes.withActivityId
(String activityId) The activityId provided in theRequestCancelActivityTask
decision that failed.RequestCancelActivityTaskFailedEventAttributes.withCause
(RequestCancelActivityTaskFailedCause cause) The cause of the failure.The cause of the failure.RequestCancelActivityTaskFailedEventAttributes.withDecisionTaskCompletedEventId
(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theRequestCancelActivityTask
decision for this cancellation request.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type RequestCancelActivityTaskFailedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setRequestCancelActivityTaskFailedEventAttributes
(RequestCancelActivityTaskFailedEventAttributes requestCancelActivityTaskFailedEventAttributes) If the event is of typeRequestCancelActivityTaskFailed
then this member is set and provides detailed information about the event.HistoryEvent.withRequestCancelActivityTaskFailedEventAttributes
(RequestCancelActivityTaskFailedEventAttributes requestCancelActivityTaskFailedEventAttributes) If the event is of typeRequestCancelActivityTaskFailed
then this member is set and provides detailed information about the event.