public class StartChildWorkflowExecutionFailedEventAttributes extends Object implements Serializable, Cloneable
Provides details of the StartChildWorkflowExecutionFailed
event.
Constructor and Description |
---|
StartChildWorkflowExecutionFailedEventAttributes() |
Modifier and Type | Method and Description |
---|---|
StartChildWorkflowExecutionFailedEventAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getCause()
The cause of the failure.
|
String |
getControl() |
Long |
getDecisionTaskCompletedEventId()
The ID of the
DecisionTaskCompleted event corresponding to
the decision task that resulted in the
StartChildWorkflowExecution decision to request this child
workflow execution. |
Long |
getInitiatedEventId()
The ID of the
StartChildWorkflowExecutionInitiated event
corresponding to the StartChildWorkflowExecution decision to
start this child workflow execution. |
String |
getWorkflowId()
The
workflowId of the child workflow execution. |
WorkflowType |
getWorkflowType()
The workflow type provided in the
StartChildWorkflowExecution decision that failed. |
int |
hashCode() |
void |
setCause(StartChildWorkflowExecutionFailedCause cause)
The cause of the failure.
|
void |
setCause(String cause)
The cause of the failure.
|
void |
setControl(String control) |
void |
setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision task that resulted in the
StartChildWorkflowExecution decision to request this child
workflow execution. |
void |
setInitiatedEventId(Long initiatedEventId)
The ID of the
StartChildWorkflowExecutionInitiated event
corresponding to the StartChildWorkflowExecution decision to
start this child workflow execution. |
void |
setWorkflowId(String workflowId)
The
workflowId of the child workflow execution. |
void |
setWorkflowType(WorkflowType workflowType)
The workflow type provided in the
StartChildWorkflowExecution decision that failed. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StartChildWorkflowExecutionFailedEventAttributes |
withCause(StartChildWorkflowExecutionFailedCause cause)
The cause of the failure.
|
StartChildWorkflowExecutionFailedEventAttributes |
withCause(String cause)
The cause of the failure.
|
StartChildWorkflowExecutionFailedEventAttributes |
withControl(String control) |
StartChildWorkflowExecutionFailedEventAttributes |
withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision task that resulted in the
StartChildWorkflowExecution decision to request this child
workflow execution. |
StartChildWorkflowExecutionFailedEventAttributes |
withInitiatedEventId(Long initiatedEventId)
The ID of the
StartChildWorkflowExecutionInitiated event
corresponding to the StartChildWorkflowExecution decision to
start this child workflow execution. |
StartChildWorkflowExecutionFailedEventAttributes |
withWorkflowId(String workflowId)
The
workflowId of the child workflow execution. |
StartChildWorkflowExecutionFailedEventAttributes |
withWorkflowType(WorkflowType workflowType)
The workflow type provided in the
StartChildWorkflowExecution decision that failed. |
public StartChildWorkflowExecutionFailedEventAttributes()
public void setWorkflowType(WorkflowType workflowType)
The workflow type provided in the
StartChildWorkflowExecution
decision that failed.
workflowType
- The workflow type provided in the
StartChildWorkflowExecution
decision that failed.public WorkflowType getWorkflowType()
The workflow type provided in the
StartChildWorkflowExecution
decision that failed.
StartChildWorkflowExecution
decision that failed.public StartChildWorkflowExecutionFailedEventAttributes withWorkflowType(WorkflowType workflowType)
The workflow type provided in the
StartChildWorkflowExecution
decision that failed.
workflowType
- The workflow type provided in the
StartChildWorkflowExecution
decision that failed.public void setCause(String cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause
- The cause of the failure. This information is generated by the
system and can be useful for diagnostic purposes. StartChildWorkflowExecutionFailedCause
public String getCause()
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
StartChildWorkflowExecutionFailedCause
public StartChildWorkflowExecutionFailedEventAttributes withCause(String cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause
- The cause of the failure. This information is generated by the
system and can be useful for diagnostic purposes. StartChildWorkflowExecutionFailedCause
public void setCause(StartChildWorkflowExecutionFailedCause cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause
- The cause of the failure. This information is generated by the
system and can be useful for diagnostic purposes. StartChildWorkflowExecutionFailedCause
public StartChildWorkflowExecutionFailedEventAttributes withCause(StartChildWorkflowExecutionFailedCause cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause
- The cause of the failure. This information is generated by the
system and can be useful for diagnostic purposes. StartChildWorkflowExecutionFailedCause
public void setWorkflowId(String workflowId)
The workflowId
of the child workflow execution.
workflowId
- The workflowId
of the child workflow execution.public String getWorkflowId()
The workflowId
of the child workflow execution.
workflowId
of the child workflow execution.public StartChildWorkflowExecutionFailedEventAttributes withWorkflowId(String workflowId)
The workflowId
of the child workflow execution.
workflowId
- The workflowId
of the child workflow execution.public void setInitiatedEventId(Long initiatedEventId)
The ID of the StartChildWorkflowExecutionInitiated
event
corresponding to the StartChildWorkflowExecution
decision to
start this child 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 StartChildWorkflowExecutionInitiated
event corresponding to the
StartChildWorkflowExecution
decision to start this
child 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 StartChildWorkflowExecutionInitiated
event
corresponding to the StartChildWorkflowExecution
decision to
start this child workflow execution. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
StartChildWorkflowExecutionInitiated
event corresponding to the
StartChildWorkflowExecution
decision to start this
child workflow execution. This information can be useful for
diagnosing problems by tracing back the chain of events leading
up to this event.public StartChildWorkflowExecutionFailedEventAttributes withInitiatedEventId(Long initiatedEventId)
The ID of the StartChildWorkflowExecutionInitiated
event
corresponding to the StartChildWorkflowExecution
decision to
start this child 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 StartChildWorkflowExecutionInitiated
event corresponding to the
StartChildWorkflowExecution
decision to start this
child 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
StartChildWorkflowExecution
decision to request this child
workflow execution. This information can be useful for diagnosing
problems by tracing back the cause of events.
decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event
corresponding to the decision task that resulted in the
StartChildWorkflowExecution
decision to request this
child workflow execution. This information can be useful for
diagnosing problems by tracing back the cause of events.public Long getDecisionTaskCompletedEventId()
The ID of the DecisionTaskCompleted
event corresponding to
the decision task that resulted in the
StartChildWorkflowExecution
decision to request this child
workflow execution. This information can be useful for diagnosing
problems by tracing back the cause of events.
DecisionTaskCompleted
event
corresponding to the decision task that resulted in the
StartChildWorkflowExecution
decision to request this
child workflow execution. This information can be useful for
diagnosing problems by tracing back the cause of events.public StartChildWorkflowExecutionFailedEventAttributes withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted
event corresponding to
the decision task that resulted in the
StartChildWorkflowExecution
decision to request this child
workflow execution. This information can be useful for diagnosing
problems by tracing back the cause of events.
decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event
corresponding to the decision task that resulted in the
StartChildWorkflowExecution
decision to request this
child workflow execution. This information can be useful for
diagnosing problems by tracing back the cause of events.public void setControl(String control)
control
- public String getControl()
public StartChildWorkflowExecutionFailedEventAttributes withControl(String control)
control
- public String toString()
toString
in class Object
Object.toString()
public StartChildWorkflowExecutionFailedEventAttributes clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.