public class SignalExternalWorkflowExecutionFailedEventAttributes extends Object implements Serializable, Cloneable
 Provides details of the
 SignalExternalWorkflowExecutionFailed event.
 
| Constructor and Description | 
|---|
| SignalExternalWorkflowExecutionFailedEventAttributes() | 
| Modifier and Type | Method and Description | 
|---|---|
| SignalExternalWorkflowExecutionFailedEventAttributes | clone() | 
| boolean | equals(Object obj) | 
| String | getCause()The cause of the failure. | 
| String | getControl()Returns the value of the Control property for this object. | 
| Long | getDecisionTaskCompletedEventId()The id of the  DecisionTaskCompletedevent corresponding
 to the decision task that resulted in theSignalExternalWorkflowExecutiondecision for this signal. | 
| Long | getInitiatedEventId()The id of the  SignalExternalWorkflowExecutionInitiatedevent corresponding to theSignalExternalWorkflowExecutiondecision to request this
 signal. | 
| String | getRunId()The  runIdof the external workflow execution that the
 signal was being delivered to. | 
| String | getWorkflowId()The  workflowIdof the external workflow execution that
 the signal was being delivered to. | 
| int | hashCode() | 
| void | setCause(SignalExternalWorkflowExecutionFailedCause cause)The cause of the failure. | 
| void | setCause(String cause)The cause of the failure. | 
| void | setControl(String control)Sets the value of the Control property for this object. | 
| void | setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The id of the  DecisionTaskCompletedevent corresponding
 to the decision task that resulted in theSignalExternalWorkflowExecutiondecision for this signal. | 
| void | setInitiatedEventId(Long initiatedEventId)The id of the  SignalExternalWorkflowExecutionInitiatedevent corresponding to theSignalExternalWorkflowExecutiondecision to request this
 signal. | 
| void | setRunId(String runId)The  runIdof the external workflow execution that the
 signal was being delivered to. | 
| void | setWorkflowId(String workflowId)The  workflowIdof the external workflow execution that
 the signal was being delivered to. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| SignalExternalWorkflowExecutionFailedEventAttributes | withCause(SignalExternalWorkflowExecutionFailedCause cause)The cause of the failure. | 
| SignalExternalWorkflowExecutionFailedEventAttributes | withCause(String cause)The cause of the failure. | 
| SignalExternalWorkflowExecutionFailedEventAttributes | withControl(String control)Sets the value of the Control property for this object. | 
| SignalExternalWorkflowExecutionFailedEventAttributes | withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The id of the  DecisionTaskCompletedevent corresponding
 to the decision task that resulted in theSignalExternalWorkflowExecutiondecision for this signal. | 
| SignalExternalWorkflowExecutionFailedEventAttributes | withInitiatedEventId(Long initiatedEventId)The id of the  SignalExternalWorkflowExecutionInitiatedevent corresponding to theSignalExternalWorkflowExecutiondecision to request this
 signal. | 
| SignalExternalWorkflowExecutionFailedEventAttributes | withRunId(String runId)The  runIdof the external workflow execution that the
 signal was being delivered to. | 
| SignalExternalWorkflowExecutionFailedEventAttributes | withWorkflowId(String workflowId)The  workflowIdof the external workflow execution that
 the signal was being delivered to. | 
public SignalExternalWorkflowExecutionFailedEventAttributes()
public String getWorkflowId()
workflowId of the external workflow execution that
 the signal was being delivered to.
 
 Constraints:
 Length: 1 - 256
workflowId of the external workflow execution that
         the signal was being delivered to.public void setWorkflowId(String workflowId)
workflowId of the external workflow execution that
 the signal was being delivered to.
 
 Constraints:
 Length: 1 - 256
workflowId - The workflowId of the external workflow execution that
         the signal was being delivered to.public SignalExternalWorkflowExecutionFailedEventAttributes withWorkflowId(String workflowId)
workflowId of the external workflow execution that
 the signal was being delivered to.
 Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 256
workflowId - The workflowId of the external workflow execution that
         the signal was being delivered to.public String getRunId()
runId of the external workflow execution that the
 signal was being delivered to.
 
 Constraints:
 Length: 0 - 64
runId of the external workflow execution that the
         signal was being delivered to.public void setRunId(String runId)
runId of the external workflow execution that the
 signal was being delivered to.
 
 Constraints:
 Length: 0 - 64
runId - The runId of the external workflow execution that the
         signal was being delivered to.public SignalExternalWorkflowExecutionFailedEventAttributes withRunId(String runId)
runId of the external workflow execution that the
 signal was being delivered to.
 Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 0 - 64
runId - The runId of the external workflow execution that the
         signal was being delivered to.public String getCause()
 Constraints:
 Allowed Values: UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION, SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED, OPERATION_NOT_PERMITTED
SignalExternalWorkflowExecutionFailedCausepublic void setCause(String cause)
 Constraints:
 Allowed Values: UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION, SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED, OPERATION_NOT_PERMITTED
cause - The cause of the failure. This information is generated by the system
         and can be useful for diagnostic purposes. SignalExternalWorkflowExecutionFailedCausepublic SignalExternalWorkflowExecutionFailedEventAttributes withCause(String cause)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Allowed Values: UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION, SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED, OPERATION_NOT_PERMITTED
cause - The cause of the failure. This information is generated by the system
         and can be useful for diagnostic purposes. SignalExternalWorkflowExecutionFailedCausepublic void setCause(SignalExternalWorkflowExecutionFailedCause cause)
 Constraints:
 Allowed Values: UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION, SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED, OPERATION_NOT_PERMITTED
cause - The cause of the failure. This information is generated by the system
         and can be useful for diagnostic purposes. SignalExternalWorkflowExecutionFailedCausepublic SignalExternalWorkflowExecutionFailedEventAttributes withCause(SignalExternalWorkflowExecutionFailedCause cause)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Allowed Values: UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION, SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED, OPERATION_NOT_PERMITTED
cause - The cause of the failure. This information is generated by the system
         and can be useful for diagnostic purposes. SignalExternalWorkflowExecutionFailedCausepublic Long getInitiatedEventId()
SignalExternalWorkflowExecutionInitiated
 event corresponding to the
 SignalExternalWorkflowExecution decision to request this
 signal. This information can be useful for diagnosing problems by
 tracing back the chain of events leading up to this event.SignalExternalWorkflowExecutionInitiated
         event corresponding to the
         SignalExternalWorkflowExecution decision to request this
         signal. This information can be useful for diagnosing problems by
         tracing back the chain of events leading up to this event.public void setInitiatedEventId(Long initiatedEventId)
SignalExternalWorkflowExecutionInitiated
 event corresponding to the
 SignalExternalWorkflowExecution decision to request this
 signal. 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 SignalExternalWorkflowExecutionInitiated
         event corresponding to the
         SignalExternalWorkflowExecution decision to request this
         signal. This information can be useful for diagnosing problems by
         tracing back the chain of events leading up to this event.public SignalExternalWorkflowExecutionFailedEventAttributes withInitiatedEventId(Long initiatedEventId)
SignalExternalWorkflowExecutionInitiated
 event corresponding to the
 SignalExternalWorkflowExecution decision to request this
 signal. This information can be useful for diagnosing problems by
 tracing back the chain of events leading up to this event.
 Returns a reference to this object so that method calls can be chained together.
initiatedEventId - The id of the SignalExternalWorkflowExecutionInitiated
         event corresponding to the
         SignalExternalWorkflowExecution decision to request this
         signal. This information can be useful for diagnosing problems by
         tracing back the chain of events leading up to this event.public Long getDecisionTaskCompletedEventId()
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the
 SignalExternalWorkflowExecution decision for this signal.
 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
         SignalExternalWorkflowExecution decision for this signal.
         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)
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the
 SignalExternalWorkflowExecution decision for this signal.
 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
         SignalExternalWorkflowExecution decision for this signal.
         This information can be useful for diagnosing problems by tracing back
         the chain of events leading up to this event.public SignalExternalWorkflowExecutionFailedEventAttributes withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the
 SignalExternalWorkflowExecution decision for this signal.
 This information can be useful for diagnosing problems by tracing back
 the chain of events leading up to this event.
 Returns a reference to this object so that method calls can be chained together.
decisionTaskCompletedEventId - The id of the DecisionTaskCompleted event corresponding
         to the decision task that resulted in the
         SignalExternalWorkflowExecution decision for this signal.
         This information can be useful for diagnosing problems by tracing back
         the chain of events leading up to this event.public String getControl()
 Constraints:
 Length: 0 - 32768
public void setControl(String control)
 Constraints:
 Length: 0 - 32768
control - The new value for the Control property for this object.public SignalExternalWorkflowExecutionFailedEventAttributes withControl(String control)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 0 - 32768
control - The new value for the Control property for this object.public String toString()
toString in class ObjectObject.toString()public SignalExternalWorkflowExecutionFailedEventAttributes clone()
Copyright © 2015. All rights reserved.