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