StructuredPojo, ToCopyableBuilder<StartChildWorkflowExecutionFailedEventAttributes.Builder,StartChildWorkflowExecutionFailedEventAttributes>@Generated("software.amazon.awssdk:codegen") public class StartChildWorkflowExecutionFailedEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<StartChildWorkflowExecutionFailedEventAttributes.Builder,StartChildWorkflowExecutionFailedEventAttributes>
Provides details of the StartChildWorkflowExecutionFailed event.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
StartChildWorkflowExecutionFailedEventAttributes.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static StartChildWorkflowExecutionFailedEventAttributes.Builder |
builder() |
|
String |
cause() |
The cause of the failure.
|
String |
control() |
|
Long |
decisionTaskCompletedEventId() |
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
StartChildWorkflowExecution decision to request this child workflow execution. |
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 StartChildWorkflowExecutionFailedEventAttributes.Builder> |
serializableBuilderClass() |
|
StartChildWorkflowExecutionFailedEventAttributes.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
workflowId() |
The
workflowId of the child workflow execution. |
WorkflowType |
workflowType() |
The workflow type provided in the
StartChildWorkflowExecution decision that failed. |
public WorkflowType workflowType()
The workflow type provided in the StartChildWorkflowExecution decision that failed.
StartChildWorkflowExecution decision that failed.public String cause()
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
StartChildWorkflowExecutionFailedCausepublic String workflowId()
The workflowId of the child workflow execution.
workflowId 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 decisionTaskCompletedEventId()
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the
StartChildWorkflowExecution decision to request this child workflow execution. This information can
be useful for diagnosing problems by tracing back the cause of events.
DecisionTaskCompleted event corresponding to the decision task that resulted
in the StartChildWorkflowExecution decision to request this child workflow execution. This
information can be useful for diagnosing problems by tracing back the cause of events.public String control()
public StartChildWorkflowExecutionFailedEventAttributes.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<StartChildWorkflowExecutionFailedEventAttributes.Builder,StartChildWorkflowExecutionFailedEventAttributes>public static StartChildWorkflowExecutionFailedEventAttributes.Builder builder()
public static Class<? extends StartChildWorkflowExecutionFailedEventAttributes.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.