@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SignalExternalWorkflowExecutionFailedEventAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Provides the 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()
The data attached to the event that the decider can use in subsequent workflow tasks.
|
Long |
getDecisionTaskCompletedEventId()
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
SignalExternalWorkflowExecution decision for this signal. |
Long |
getInitiatedEventId()
The ID of the
SignalExternalWorkflowExecutionInitiated event corresponding to the
SignalExternalWorkflowExecution decision to request this signal. |
String |
getRunId()
The
runId of the external workflow execution that the signal was being delivered to. |
String |
getWorkflowId()
The
workflowId of the external workflow execution that the signal was being delivered to. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCause(SignalExternalWorkflowExecutionFailedCause 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
DecisionTaskCompleted event corresponding to the decision task that resulted in the
SignalExternalWorkflowExecution decision for this signal. |
void |
setInitiatedEventId(Long initiatedEventId)
The ID of the
SignalExternalWorkflowExecutionInitiated event corresponding to the
SignalExternalWorkflowExecution decision to request this signal. |
void |
setRunId(String runId)
The
runId of the external workflow execution that the signal was being delivered to. |
void |
setWorkflowId(String workflowId)
The
workflowId of 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)
The data attached to the event that the decider can use in subsequent workflow tasks.
|
SignalExternalWorkflowExecutionFailedEventAttributes |
withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
SignalExternalWorkflowExecution decision for this signal. |
SignalExternalWorkflowExecutionFailedEventAttributes |
withInitiatedEventId(Long initiatedEventId)
The ID of the
SignalExternalWorkflowExecutionInitiated event corresponding to the
SignalExternalWorkflowExecution decision to request this signal. |
SignalExternalWorkflowExecutionFailedEventAttributes |
withRunId(String runId)
The
runId of the external workflow execution that the signal was being delivered to. |
SignalExternalWorkflowExecutionFailedEventAttributes |
withWorkflowId(String workflowId)
The
workflowId of the external workflow execution that the signal was being delivered to. |
public SignalExternalWorkflowExecutionFailedEventAttributes()
public void setWorkflowId(String workflowId)
The workflowId
of the external workflow execution that the signal was being delivered to.
workflowId
- The workflowId
of the external workflow execution that the signal was being delivered to.public String getWorkflowId()
The workflowId
of the external workflow execution that the signal was being delivered to.
workflowId
of the external workflow execution that the signal was being delivered to.public SignalExternalWorkflowExecutionFailedEventAttributes withWorkflowId(String workflowId)
The workflowId
of the external workflow execution that the signal was being delivered to.
workflowId
- The workflowId
of the external workflow execution that the signal was being delivered to.public void setRunId(String runId)
The runId
of the external workflow execution that the signal was being delivered to.
runId
- The runId
of the external workflow execution that the signal was being delivered to.public String getRunId()
The runId
of the external workflow execution that the signal was being delivered to.
runId
of the external workflow execution that the signal was being delivered to.public SignalExternalWorkflowExecutionFailedEventAttributes withRunId(String runId)
The runId
of the external workflow execution that the signal was being delivered to.
runId
- The runId
of the external workflow execution that the signal was being delivered to.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.
SignalExternalWorkflowExecutionFailedCause
public 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.
SignalExternalWorkflowExecutionFailedCause
public SignalExternalWorkflowExecutionFailedEventAttributes 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.
SignalExternalWorkflowExecutionFailedCause
public void setCause(SignalExternalWorkflowExecutionFailedCause 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.
SignalExternalWorkflowExecutionFailedCause
public SignalExternalWorkflowExecutionFailedEventAttributes withCause(SignalExternalWorkflowExecutionFailedCause 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.
SignalExternalWorkflowExecutionFailedCause
public void setInitiatedEventId(Long 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.
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 getInitiatedEventId()
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.
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)
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.
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 void setDecisionTaskCompletedEventId(Long 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.
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 Long getDecisionTaskCompletedEventId()
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.
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)
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.
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 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 SignalExternalWorkflowExecutionFailedEventAttributes 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 Object
Object.toString()
public SignalExternalWorkflowExecutionFailedEventAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.