@Generated(value="software.amazon.awssdk:codegen") public class ChildWorkflowExecutionStartedEventAttributes extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<ChildWorkflowExecutionStartedEventAttributes.Builder,ChildWorkflowExecutionStartedEventAttributes>
Provides 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) |
int |
hashCode() |
Long |
initiatedEventId()
The ID of the
StartChildWorkflowExecutionInitiated event corresponding to the
StartChildWorkflowExecution decision to start this child workflow execution. |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends ChildWorkflowExecutionStartedEventAttributes.Builder> |
serializableBuilderClass() |
ChildWorkflowExecutionStartedEventAttributes.Builder |
toBuilder() |
String |
toString() |
WorkflowExecution |
workflowExecution()
The child workflow execution that was started.
|
WorkflowType |
workflowType()
The type of the child workflow execution.
|
public 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 software.amazon.awssdk.utils.builder.ToCopyableBuilder<ChildWorkflowExecutionStartedEventAttributes.Builder,ChildWorkflowExecutionStartedEventAttributes>public static ChildWorkflowExecutionStartedEventAttributes.Builder builder()
public static Class<? extends ChildWorkflowExecutionStartedEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.