@Generated(value="software.amazon.awssdk:codegen") public final class ChildWorkflowExecutionStartedEventAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChildWorkflowExecutionStartedEventAttributes.Builder,ChildWorkflowExecutionStartedEventAttributes>
Provides the details of the ChildWorkflowExecutionStarted event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChildWorkflowExecutionStartedEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChildWorkflowExecutionStartedEventAttributes.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
initiatedEventId()
The ID of the
StartChildWorkflowExecutionInitiated event corresponding to the
StartChildWorkflowExecution Decision to start this child workflow execution. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChildWorkflowExecutionStartedEventAttributes.Builder> |
serializableBuilderClass() |
ChildWorkflowExecutionStartedEventAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
WorkflowExecution |
workflowExecution()
The child workflow execution that was started.
|
WorkflowType |
workflowType()
The type of the child workflow execution.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic WorkflowExecution workflowExecution()
The child workflow execution that was started.
public WorkflowType workflowType()
The type of the child workflow execution.
public 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.
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChildWorkflowExecutionStartedEventAttributes.Builder,ChildWorkflowExecutionStartedEventAttributes>public static ChildWorkflowExecutionStartedEventAttributes.Builder builder()
public static Class<? extends ChildWorkflowExecutionStartedEventAttributes.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.