@Generated(value="software.amazon.awssdk:codegen") public class ChildWorkflowExecutionTerminatedEventAttributes extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<ChildWorkflowExecutionTerminatedEventAttributes.Builder,ChildWorkflowExecutionTerminatedEventAttributes>
Provides details of the ChildWorkflowExecutionTerminated event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChildWorkflowExecutionTerminatedEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChildWorkflowExecutionTerminatedEventAttributes.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 ChildWorkflowExecutionTerminatedEventAttributes.Builder> |
serializableBuilderClass() |
Long |
startedEventId()
The ID of the
ChildWorkflowExecutionStarted event recorded when this child workflow execution was
started. |
ChildWorkflowExecutionTerminatedEventAttributes.Builder |
toBuilder() |
String |
toString() |
WorkflowExecution |
workflowExecution()
The child workflow execution that was terminated.
|
WorkflowType |
workflowType()
The type of the child workflow execution.
|
public WorkflowExecution workflowExecution()
The child workflow execution that was terminated.
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 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 ChildWorkflowExecutionTerminatedEventAttributes.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ChildWorkflowExecutionTerminatedEventAttributes.Builder,ChildWorkflowExecutionTerminatedEventAttributes>public static ChildWorkflowExecutionTerminatedEventAttributes.Builder builder()
public static Class<? extends ChildWorkflowExecutionTerminatedEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.