@Generated(value="software.amazon.awssdk:codegen") public class WorkflowExecutionFailedEventAttributes extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<WorkflowExecutionFailedEventAttributes.Builder,WorkflowExecutionFailedEventAttributes>
Provides details of the WorkflowExecutionFailed event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkflowExecutionFailedEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionFailedEventAttributes.Builder |
builder() |
Long |
decisionTaskCompletedEventId()
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
FailWorkflowExecution decision to fail this execution. |
String |
details()
The details of the failure (if any).
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
reason()
The descriptive reason provided for the failure (if any).
|
static Class<? extends WorkflowExecutionFailedEventAttributes.Builder> |
serializableBuilderClass() |
WorkflowExecutionFailedEventAttributes.Builder |
toBuilder() |
String |
toString() |
public String reason()
The descriptive reason provided for the failure (if any).
public String details()
The details of the failure (if any).
public Long decisionTaskCompletedEventId()
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the
FailWorkflowExecution decision to fail this execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
DecisionTaskCompleted event corresponding to the decision task that resulted
in the FailWorkflowExecution decision to fail this execution. This information can be useful
for diagnosing problems by tracing back the chain of events leading up to this event.public WorkflowExecutionFailedEventAttributes.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<WorkflowExecutionFailedEventAttributes.Builder,WorkflowExecutionFailedEventAttributes>public static WorkflowExecutionFailedEventAttributes.Builder builder()
public static Class<? extends WorkflowExecutionFailedEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.