StructuredPojo
, ToCopyableBuilder<ChildWorkflowExecutionStartedEventAttributes.Builder,ChildWorkflowExecutionStartedEventAttributes>
@Generated("software.amazon.awssdk:codegen") public class ChildWorkflowExecutionStartedEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<ChildWorkflowExecutionStartedEventAttributes.Builder,ChildWorkflowExecutionStartedEventAttributes>
Provides details of the ChildWorkflowExecutionStarted
event.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ChildWorkflowExecutionStartedEventAttributes.Builder |
Modifier and Type | Method | 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) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends ChildWorkflowExecutionStartedEventAttributes.Builder> |
serializableBuilderClass() |
|
ChildWorkflowExecutionStartedEventAttributes.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ChildWorkflowExecutionStartedEventAttributes.Builder,ChildWorkflowExecutionStartedEventAttributes>
public static ChildWorkflowExecutionStartedEventAttributes.Builder builder()
public static Class<? extends ChildWorkflowExecutionStartedEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.