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