@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChildWorkflowExecutionStartedEventAttributes extends Object implements Serializable, Cloneable, StructuredPojo
 Provides the details of the ChildWorkflowExecutionStarted event.
 
| Constructor and Description | 
|---|
| ChildWorkflowExecutionStartedEventAttributes() | 
| Modifier and Type | Method and Description | 
|---|---|
| ChildWorkflowExecutionStartedEventAttributes | clone() | 
| boolean | equals(Object obj) | 
| Long | getInitiatedEventId()
 The ID of the  StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutionDecision to start this child workflow execution. | 
| WorkflowExecution | getWorkflowExecution()
 The child workflow execution that was started. | 
| WorkflowType | getWorkflowType()
 The type of the child workflow execution. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller) | 
| void | setInitiatedEventId(Long initiatedEventId)
 The ID of the  StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutionDecision to start this child workflow execution. | 
| void | setWorkflowExecution(WorkflowExecution workflowExecution)
 The child workflow execution that was started. | 
| void | setWorkflowType(WorkflowType workflowType)
 The type of the child workflow execution. | 
| String | toString()Returns a string representation of this object. | 
| ChildWorkflowExecutionStartedEventAttributes | withInitiatedEventId(Long initiatedEventId)
 The ID of the  StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutionDecision to start this child workflow execution. | 
| ChildWorkflowExecutionStartedEventAttributes | withWorkflowExecution(WorkflowExecution workflowExecution)
 The child workflow execution that was started. | 
| ChildWorkflowExecutionStartedEventAttributes | withWorkflowType(WorkflowType workflowType)
 The type of the child workflow execution. | 
public ChildWorkflowExecutionStartedEventAttributes()
public void setWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that was started.
workflowExecution - The child workflow execution that was started.public WorkflowExecution getWorkflowExecution()
The child workflow execution that was started.
public ChildWorkflowExecutionStartedEventAttributes withWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that was started.
workflowExecution - The child workflow execution that was started.public void setWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
workflowType - The type of the child workflow execution.public WorkflowType getWorkflowType()
The type of the child workflow execution.
public ChildWorkflowExecutionStartedEventAttributes withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
workflowType - The type 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 ChildWorkflowExecutionStartedEventAttributes 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 String toString()
toString in class ObjectObject.toString()public ChildWorkflowExecutionStartedEventAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.