@Generated(value="software.amazon.awssdk:codegen") public class ExecutionFailedEventDetails extends Object implements StructuredPojo, ToCopyableBuilder<ExecutionFailedEventDetails.Builder,ExecutionFailedEventDetails>
Contains details about an execution failure event.
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | ExecutionFailedEventDetails.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| static ExecutionFailedEventDetails.Builder | builder() | 
| String | cause()
 A more detailed explanation of the cause of the failure. | 
| boolean | equals(Object obj) | 
| String | error()
 The error code of the failure. | 
| <T> Optional<T> | getValueForField(String fieldName,
                Class<T> clazz) | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| static Class<? extends ExecutionFailedEventDetails.Builder> | serializableBuilderClass() | 
| ExecutionFailedEventDetails.Builder | toBuilder()Take this object and create a builder that contains all of the current property values of this object. | 
| String | toString() | 
copypublic String error()
The error code of the failure.
public String cause()
A more detailed explanation of the cause of the failure.
public ExecutionFailedEventDetails.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ExecutionFailedEventDetails.Builder,ExecutionFailedEventDetails>public static ExecutionFailedEventDetails.Builder builder()
public static Class<? extends ExecutionFailedEventDetails.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.