@Generated(value="software.amazon.awssdk:codegen") public final class AsyncErrorDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AsyncErrorDetails.Builder,AsyncErrorDetails>
Error details for the failed asynchronous operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AsyncErrorDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AsyncErrorDetails.Builder |
builder() |
String |
code()
A string that uniquely identifies the error condition.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
A generic description of the error condition in English.
|
String |
requestId()
The ID of the request associated with the error.
|
String |
resource()
The identifier of the resource associated with the error.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AsyncErrorDetails.Builder> |
serializableBuilderClass() |
AsyncErrorDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String code()
A string that uniquely identifies the error condition.
public final String message()
A generic description of the error condition in English.
public final String resource()
The identifier of the resource associated with the error.
public final String requestId()
The ID of the request associated with the error.
public AsyncErrorDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AsyncErrorDetails.Builder,AsyncErrorDetails>public static AsyncErrorDetails.Builder builder()
public static Class<? extends AsyncErrorDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.