@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChildWorkflowExecutionCompletedEventAttributes extends Object implements Serializable, Cloneable, StructuredPojo
 Provides the details of the ChildWorkflowExecutionCompleted event.
 
| Constructor and Description | 
|---|
| ChildWorkflowExecutionCompletedEventAttributes() | 
| Modifier and Type | Method and Description | 
|---|---|
| ChildWorkflowExecutionCompletedEventAttributes | clone() | 
| boolean | equals(Object obj) | 
| Long | getInitiatedEventId()
 The ID of the  StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutionDecision to start this child workflow execution. | 
| String | getResult()
 The result of the child workflow execution. | 
| Long | getStartedEventId()
 The ID of the  ChildWorkflowExecutionStartedevent recorded when this child workflow execution was
 started. | 
| WorkflowExecution | getWorkflowExecution()
 The child workflow execution that was completed. | 
| 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 | setResult(String result)
 The result of the child workflow execution. | 
| void | setStartedEventId(Long startedEventId)
 The ID of the  ChildWorkflowExecutionStartedevent recorded when this child workflow execution was
 started. | 
| void | setWorkflowExecution(WorkflowExecution workflowExecution)
 The child workflow execution that was completed. | 
| void | setWorkflowType(WorkflowType workflowType)
 The type of the child workflow execution. | 
| String | toString()Returns a string representation of this object. | 
| ChildWorkflowExecutionCompletedEventAttributes | withInitiatedEventId(Long initiatedEventId)
 The ID of the  StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutionDecision to start this child workflow execution. | 
| ChildWorkflowExecutionCompletedEventAttributes | withResult(String result)
 The result of the child workflow execution. | 
| ChildWorkflowExecutionCompletedEventAttributes | withStartedEventId(Long startedEventId)
 The ID of the  ChildWorkflowExecutionStartedevent recorded when this child workflow execution was
 started. | 
| ChildWorkflowExecutionCompletedEventAttributes | withWorkflowExecution(WorkflowExecution workflowExecution)
 The child workflow execution that was completed. | 
| ChildWorkflowExecutionCompletedEventAttributes | withWorkflowType(WorkflowType workflowType)
 The type of the child workflow execution. | 
public ChildWorkflowExecutionCompletedEventAttributes()
public void setWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that was completed.
workflowExecution - The child workflow execution that was completed.public WorkflowExecution getWorkflowExecution()
The child workflow execution that was completed.
public ChildWorkflowExecutionCompletedEventAttributes withWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that was completed.
workflowExecution - The child workflow execution that was completed.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 ChildWorkflowExecutionCompletedEventAttributes withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
workflowType - The type of the child workflow execution.public void setResult(String result)
The result of the child workflow execution.
result - The result of the child workflow execution.public String getResult()
The result of the child workflow execution.
public ChildWorkflowExecutionCompletedEventAttributes withResult(String result)
The result of the child workflow execution.
result - The result 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 ChildWorkflowExecutionCompletedEventAttributes 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 setStartedEventId(Long startedEventId)
 The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was
 started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to
 this event.
 
startedEventId - The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution
        was started. This information can be useful for diagnosing problems by tracing back the chain of events
        leading up to this event.public Long getStartedEventId()
 The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was
 started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to
 this event.
 
ChildWorkflowExecutionStarted event recorded when this child workflow
         execution was started. This information can be useful for diagnosing problems by tracing back the chain
         of events leading up to this event.public ChildWorkflowExecutionCompletedEventAttributes withStartedEventId(Long startedEventId)
 The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was
 started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to
 this event.
 
startedEventId - The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution
        was started. 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 ChildWorkflowExecutionCompletedEventAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.