Uses of Class
com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionFailedEventAttributes
-
Packages that use CancelWorkflowExecutionFailedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of CancelWorkflowExecutionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return CancelWorkflowExecutionFailedEventAttributes Modifier and Type Method Description CancelWorkflowExecutionFailedEventAttributes
CancelWorkflowExecutionFailedEventAttributes. clone()
CancelWorkflowExecutionFailedEventAttributes
HistoryEvent. getCancelWorkflowExecutionFailedEventAttributes()
If the event is of typeCancelWorkflowExecutionFailed
then this member is set and provides detailed information about the event.CancelWorkflowExecutionFailedEventAttributes
CancelWorkflowExecutionFailedEventAttributes. withCause(CancelWorkflowExecutionFailedCause cause)
The cause of the failure.CancelWorkflowExecutionFailedEventAttributes
CancelWorkflowExecutionFailedEventAttributes. withCause(String cause)
The cause of the failure.CancelWorkflowExecutionFailedEventAttributes
CancelWorkflowExecutionFailedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theCancelWorkflowExecution
decision for this cancellation request.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type CancelWorkflowExecutionFailedEventAttributes Modifier and Type Method Description void
HistoryEvent. setCancelWorkflowExecutionFailedEventAttributes(CancelWorkflowExecutionFailedEventAttributes cancelWorkflowExecutionFailedEventAttributes)
If the event is of typeCancelWorkflowExecutionFailed
then this member is set and provides detailed information about the event.HistoryEvent
HistoryEvent. withCancelWorkflowExecutionFailedEventAttributes(CancelWorkflowExecutionFailedEventAttributes cancelWorkflowExecutionFailedEventAttributes)
If the event is of typeCancelWorkflowExecutionFailed
then this member is set and provides detailed information about the event.
-