@Generated(value="software.amazon.awssdk:codegen") public class StartChildWorkflowExecutionFailedEventAttributes extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<StartChildWorkflowExecutionFailedEventAttributes.Builder,StartChildWorkflowExecutionFailedEventAttributes>
Provides details of the StartChildWorkflowExecutionFailed event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartChildWorkflowExecutionFailedEventAttributes.Builder |
| Modifier and Type | Method and 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) |
static Class<? extends StartChildWorkflowExecutionFailedEventAttributes.Builder> |
serializableBuilderClass() |
StartChildWorkflowExecutionFailedEventAttributes.Builder |
toBuilder() |
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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<StartChildWorkflowExecutionFailedEventAttributes.Builder,StartChildWorkflowExecutionFailedEventAttributes>public static StartChildWorkflowExecutionFailedEventAttributes.Builder builder()
public static Class<? extends StartChildWorkflowExecutionFailedEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.