@Generated(value="software.amazon.awssdk:codegen") public final class ChildWorkflowExecutionCompletedEventAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChildWorkflowExecutionCompletedEventAttributes.Builder,ChildWorkflowExecutionCompletedEventAttributes>
Provides the details of the ChildWorkflowExecutionCompleted event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChildWorkflowExecutionCompletedEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChildWorkflowExecutionCompletedEventAttributes.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. |
String |
result()
The result of the child workflow execution.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChildWorkflowExecutionCompletedEventAttributes.Builder> |
serializableBuilderClass() |
Long |
startedEventId()
The ID of the
ChildWorkflowExecutionStarted event recorded when this child workflow execution was
started. |
ChildWorkflowExecutionCompletedEventAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
WorkflowExecution |
workflowExecution()
The child workflow execution that was completed.
|
WorkflowType |
workflowType()
The type of the child workflow execution.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final WorkflowExecution workflowExecution()
The child workflow execution that was completed.
public final WorkflowType workflowType()
The type of the child workflow execution.
public final String result()
The result of the child workflow execution.
public final 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 final 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.
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.Builder toBuilder()
public static ChildWorkflowExecutionCompletedEventAttributes.Builder builder()
public static Class<? extends ChildWorkflowExecutionCompletedEventAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.