@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RequestCancelExternalWorkflowExecutionFailedEventAttributes extends Object implements Serializable, Cloneable, StructuredPojo
 Provides the details of the RequestCancelExternalWorkflowExecutionFailed event.
 
| Constructor and Description | 
|---|
| RequestCancelExternalWorkflowExecutionFailedEventAttributes() | 
| Modifier and Type | Method and Description | 
|---|---|
| RequestCancelExternalWorkflowExecutionFailedEventAttributes | clone() | 
| boolean | equals(Object obj) | 
| String | getCause()
 The cause of the failure. | 
| String | getControl()
 The data attached to the event that the decider can use in subsequent workflow tasks. | 
| Long | getDecisionTaskCompletedEventId()
 The ID of the  DecisionTaskCompletedevent corresponding to the decision task that resulted in theRequestCancelExternalWorkflowExecutiondecision for this cancellation request. | 
| Long | getInitiatedEventId()
 The ID of the  RequestCancelExternalWorkflowExecutionInitiatedevent corresponding to theRequestCancelExternalWorkflowExecutiondecision to cancel this external workflow execution. | 
| String | getRunId()
 The  runIdof the external workflow execution. | 
| String | getWorkflowId()
 The  workflowIdof the external workflow to which the cancel request was to be delivered. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setCause(RequestCancelExternalWorkflowExecutionFailedCause cause)
 The cause of the failure. | 
| void | setCause(String cause)
 The cause of the failure. | 
| void | setControl(String control)
 The data attached to the event that the decider can use in subsequent workflow tasks. | 
| void | setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the  DecisionTaskCompletedevent corresponding to the decision task that resulted in theRequestCancelExternalWorkflowExecutiondecision for this cancellation request. | 
| void | setInitiatedEventId(Long initiatedEventId)
 The ID of the  RequestCancelExternalWorkflowExecutionInitiatedevent corresponding to theRequestCancelExternalWorkflowExecutiondecision to cancel this external workflow execution. | 
| void | setRunId(String runId)
 The  runIdof the external workflow execution. | 
| void | setWorkflowId(String workflowId)
 The  workflowIdof the external workflow to which the cancel request was to be delivered. | 
| String | toString()Returns a string representation of this object. | 
| RequestCancelExternalWorkflowExecutionFailedEventAttributes | withCause(RequestCancelExternalWorkflowExecutionFailedCause cause)
 The cause of the failure. | 
| RequestCancelExternalWorkflowExecutionFailedEventAttributes | withCause(String cause)
 The cause of the failure. | 
| RequestCancelExternalWorkflowExecutionFailedEventAttributes | withControl(String control)
 The data attached to the event that the decider can use in subsequent workflow tasks. | 
| RequestCancelExternalWorkflowExecutionFailedEventAttributes | withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the  DecisionTaskCompletedevent corresponding to the decision task that resulted in theRequestCancelExternalWorkflowExecutiondecision for this cancellation request. | 
| RequestCancelExternalWorkflowExecutionFailedEventAttributes | withInitiatedEventId(Long initiatedEventId)
 The ID of the  RequestCancelExternalWorkflowExecutionInitiatedevent corresponding to theRequestCancelExternalWorkflowExecutiondecision to cancel this external workflow execution. | 
| RequestCancelExternalWorkflowExecutionFailedEventAttributes | withRunId(String runId)
 The  runIdof the external workflow execution. | 
| RequestCancelExternalWorkflowExecutionFailedEventAttributes | withWorkflowId(String workflowId)
 The  workflowIdof the external workflow to which the cancel request was to be delivered. | 
public RequestCancelExternalWorkflowExecutionFailedEventAttributes()
public void setWorkflowId(String workflowId)
 The workflowId of the external workflow to which the cancel request was to be delivered.
 
workflowId - The workflowId of the external workflow to which the cancel request was to be delivered.public String getWorkflowId()
 The workflowId of the external workflow to which the cancel request was to be delivered.
 
workflowId of the external workflow to which the cancel request was to be delivered.public RequestCancelExternalWorkflowExecutionFailedEventAttributes withWorkflowId(String workflowId)
 The workflowId of the external workflow to which the cancel request was to be delivered.
 
workflowId - The workflowId of the external workflow to which the cancel request was to be delivered.public void setRunId(String runId)
 The runId of the external workflow execution.
 
runId - The runId of the external workflow execution.public String getRunId()
 The runId of the external workflow execution.
 
runId of the external workflow execution.public RequestCancelExternalWorkflowExecutionFailedEventAttributes withRunId(String runId)
 The runId of the external workflow execution.
 
runId - The runId of the external workflow execution.public void setCause(String cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
 If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked
 sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to
 Amazon SWF Workflows in the Amazon SWF Developer Guide.
 
cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic
        purposes. 
        If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it
        lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage
        Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
        
RequestCancelExternalWorkflowExecutionFailedCausepublic String getCause()
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
 If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked
 sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to
 Amazon SWF Workflows in the Amazon SWF Developer Guide.
 
         If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it
         lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage
         Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
         
RequestCancelExternalWorkflowExecutionFailedCausepublic RequestCancelExternalWorkflowExecutionFailedEventAttributes withCause(String cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
 If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked
 sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to
 Amazon SWF Workflows in the Amazon SWF Developer Guide.
 
cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic
        purposes. 
        If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it
        lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage
        Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
        
RequestCancelExternalWorkflowExecutionFailedCausepublic void setCause(RequestCancelExternalWorkflowExecutionFailedCause cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
 If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked
 sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to
 Amazon SWF Workflows in the Amazon SWF Developer Guide.
 
cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic
        purposes. 
        If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it
        lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage
        Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
        
RequestCancelExternalWorkflowExecutionFailedCausepublic RequestCancelExternalWorkflowExecutionFailedEventAttributes withCause(RequestCancelExternalWorkflowExecutionFailedCause cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
 If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked
 sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to
 Amazon SWF Workflows in the Amazon SWF Developer Guide.
 
cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic
        purposes. 
        If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it
        lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage
        Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
        
RequestCancelExternalWorkflowExecutionFailedCausepublic void setInitiatedEventId(Long initiatedEventId)
 The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the
 RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This
 information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
 
initiatedEventId - The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the
        RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution.
        This information can be useful for diagnosing problems by tracing back the chain of events leading up to
        this event.public Long getInitiatedEventId()
 The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the
 RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This
 information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
 
RequestCancelExternalWorkflowExecutionInitiated event corresponding to the
         RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution.
         This information can be useful for diagnosing problems by tracing back the chain of events leading up to
         this event.public RequestCancelExternalWorkflowExecutionFailedEventAttributes withInitiatedEventId(Long initiatedEventId)
 The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the
 RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This
 information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
 
initiatedEventId - The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the
        RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution.
        This information can be useful for diagnosing problems by tracing back the chain of events leading up to
        this event.public void setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the
 RequestCancelExternalWorkflowExecution decision for this cancellation request. This information can
 be useful for diagnosing problems by tracing back the chain of events leading up to this event.
 
decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in
        the RequestCancelExternalWorkflowExecution decision for this cancellation request. This
        information can be useful for diagnosing problems by tracing back the chain of events leading up to this
        event.public Long getDecisionTaskCompletedEventId()
 The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the
 RequestCancelExternalWorkflowExecution decision for this cancellation request. This information can
 be useful for diagnosing problems by tracing back the chain of events leading up to this event.
 
DecisionTaskCompleted event corresponding to the decision task that resulted
         in the RequestCancelExternalWorkflowExecution decision for this cancellation request. This
         information can be useful for diagnosing problems by tracing back the chain of events leading up to this
         event.public RequestCancelExternalWorkflowExecutionFailedEventAttributes withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the
 RequestCancelExternalWorkflowExecution decision for this cancellation request. This information can
 be useful for diagnosing problems by tracing back the chain of events leading up to this event.
 
decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in
        the RequestCancelExternalWorkflowExecution decision for this cancellation request. This
        information can be useful for diagnosing problems by tracing back the chain of events leading up to this
        event.public void setControl(String control)
The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.
control - The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent
        to the workflow execution.public String getControl()
The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.
public RequestCancelExternalWorkflowExecutionFailedEventAttributes withControl(String control)
The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.
control - The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent
        to the workflow execution.public String toString()
toString in class ObjectObject.toString()public RequestCancelExternalWorkflowExecutionFailedEventAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.