@Generated(value="software.amazon.awssdk:codegen") public final class BatchDeleteFeaturedResultsSetError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchDeleteFeaturedResultsSetError.Builder,BatchDeleteFeaturedResultsSetError>
Provides information about a set of featured results that couldn't be removed from an index by the BatchDeleteFeaturedResultsSet API.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchDeleteFeaturedResultsSetError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchDeleteFeaturedResultsSetError.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorCode |
errorCode()
The error code for why the set of featured results couldn't be removed from the index.
|
String |
errorCodeAsString()
The error code for why the set of featured results couldn't be removed from the index.
|
String |
errorMessage()
An explanation for why the set of featured results couldn't be removed from the index.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the set of featured results that couldn't be removed from the index.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchDeleteFeaturedResultsSetError.Builder> |
serializableBuilderClass() |
BatchDeleteFeaturedResultsSetError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier of the set of featured results that couldn't be removed from the index.
public final ErrorCode errorCode()
The error code for why the set of featured results couldn't be removed from the index.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return ErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
errorCodeAsString().
ErrorCodepublic final String errorCodeAsString()
The error code for why the set of featured results couldn't be removed from the index.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return ErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
errorCodeAsString().
ErrorCodepublic final String errorMessage()
An explanation for why the set of featured results couldn't be removed from the index.
public BatchDeleteFeaturedResultsSetError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchDeleteFeaturedResultsSetError.Builder,BatchDeleteFeaturedResultsSetError>public static BatchDeleteFeaturedResultsSetError.Builder builder()
public static Class<? extends BatchDeleteFeaturedResultsSetError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.