@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartChildWorkflowExecutionFailedEventAttributes extends Object implements Serializable, Cloneable, StructuredPojo
 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  DecisionTaskCompletedevent corresponding to the decision task that resulted in theStartChildWorkflowExecutiondecision to request this child workflow execution. | 
| Long | getInitiatedEventId()
 The ID of the  StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision to start this child workflow execution. | 
| String | getWorkflowId()
 The  workflowIdof the child workflow execution. | 
| WorkflowType | getWorkflowType()
 The workflow type provided in the  StartChildWorkflowExecutiondecision that failed. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| 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  DecisionTaskCompletedevent corresponding to the decision task that resulted in theStartChildWorkflowExecutiondecision to request this child workflow execution. | 
| void | setInitiatedEventId(Long initiatedEventId)
 The ID of the  StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision to start this child workflow execution. | 
| void | setWorkflowId(String workflowId)
 The  workflowIdof the child workflow execution. | 
| void | setWorkflowType(WorkflowType workflowType)
 The workflow type provided in the  StartChildWorkflowExecutiondecision 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  DecisionTaskCompletedevent corresponding to the decision task that resulted in theStartChildWorkflowExecutiondecision to request this child workflow execution. | 
| StartChildWorkflowExecutionFailedEventAttributes | withInitiatedEventId(Long initiatedEventId)
 The ID of the  StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision to start this child workflow execution. | 
| StartChildWorkflowExecutionFailedEventAttributes | withWorkflowId(String workflowId)
 The  workflowIdof the child workflow execution. | 
| StartChildWorkflowExecutionFailedEventAttributes | withWorkflowType(WorkflowType workflowType)
 The workflow type provided in the  StartChildWorkflowExecutiondecision 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. StartChildWorkflowExecutionFailedCausepublic String getCause()
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
StartChildWorkflowExecutionFailedCausepublic 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. StartChildWorkflowExecutionFailedCausepublic 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. StartChildWorkflowExecutionFailedCausepublic 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. StartChildWorkflowExecutionFailedCausepublic 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 ObjectObject.toString()public StartChildWorkflowExecutionFailedEventAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.