@Generated(value="software.amazon.awssdk:codegen") public final class FailedRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FailedRequest.Builder,FailedRequest>
A failed request identified by the unique client token.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FailedRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FailedRequest.Builder |
builder() |
String |
clientToken()
Returns the value of the ClientToken property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FailureCode |
failureCode()
Returns the value of the FailureCode property for this object.
|
String |
failureCodeAsString()
Returns the value of the FailureCode property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
Returns the value of the Id property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FailedRequest.Builder> |
serializableBuilderClass() |
FailedRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientToken()
public final String id()
public final FailureCode failureCode()
If the service returns an enum value that is not available in the current SDK version, failureCode will
return FailureCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
failureCodeAsString().
FailureCodepublic final String failureCodeAsString()
If the service returns an enum value that is not available in the current SDK version, failureCode will
return FailureCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
failureCodeAsString().
FailureCodepublic FailedRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FailedRequest.Builder,FailedRequest>public static FailedRequest.Builder builder()
public static Class<? extends FailedRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.