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 RequestCancelActivityTaskFailedEventAttributes
RequestCancelActivityTaskFailedEventAttributes. clone()
RequestCancelActivityTaskFailedEventAttributes
HistoryEvent. getRequestCancelActivityTaskFailedEventAttributes()
If the event is of typeRequestCancelActivityTaskFailed
then this member is set and provides detailed information about the event.RequestCancelActivityTaskFailedEventAttributes
RequestCancelActivityTaskFailedEventAttributes. withActivityId(String activityId)
The activityId provided in theRequestCancelActivityTask
decision that failed.RequestCancelActivityTaskFailedEventAttributes
RequestCancelActivityTaskFailedEventAttributes. withCause(RequestCancelActivityTaskFailedCause cause)
The cause of the failure.RequestCancelActivityTaskFailedEventAttributes
RequestCancelActivityTaskFailedEventAttributes. withCause(String cause)
The cause of the failure.RequestCancelActivityTaskFailedEventAttributes
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 RequestCancelActivityTaskFailedEventAttributes Modifier and Type Method Description void
HistoryEvent. setRequestCancelActivityTaskFailedEventAttributes(RequestCancelActivityTaskFailedEventAttributes requestCancelActivityTaskFailedEventAttributes)
If the event is of typeRequestCancelActivityTaskFailed
then this member is set and provides detailed information about the event.HistoryEvent
HistoryEvent. withRequestCancelActivityTaskFailedEventAttributes(RequestCancelActivityTaskFailedEventAttributes requestCancelActivityTaskFailedEventAttributes)
If the event is of typeRequestCancelActivityTaskFailed
then this member is set and provides detailed information about the event.
-