@Generated(value="software.amazon.awssdk:codegen") public final class WorkflowExecutionFailedEventAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorkflowExecutionFailedEventAttributes.Builder,WorkflowExecutionFailedEventAttributes>
 Provides the 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. 
 | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
String | 
reason()
 The descriptive reason provided for the failure. 
 | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends WorkflowExecutionFailedEventAttributes.Builder> | 
serializableBuilderClass()  | 
WorkflowExecutionFailedEventAttributes.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic String reason()
The descriptive reason provided for the failure.
public String details()
The details of the failure.
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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<WorkflowExecutionFailedEventAttributes.Builder,WorkflowExecutionFailedEventAttributes>public static WorkflowExecutionFailedEventAttributes.Builder builder()
public static Class<? extends WorkflowExecutionFailedEventAttributes.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.