@Generated(value="software.amazon.awssdk:codegen") public class ChildWorkflowExecutionStartedEventAttributes extends Object implements StructuredPojo, 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) |
<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. |
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.
|
copypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ChildWorkflowExecutionStartedEventAttributes.Builder,ChildWorkflowExecutionStartedEventAttributes>public static ChildWorkflowExecutionStartedEventAttributes.Builder builder()
public static Class<? extends ChildWorkflowExecutionStartedEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.