@Generated(value="software.amazon.awssdk:codegen") public final class FailedCustomVocabularyItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FailedCustomVocabularyItem.Builder,FailedCustomVocabularyItem>
The unique failed custom vocabulary item from the custom vocabulary list.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FailedCustomVocabularyItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FailedCustomVocabularyItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorCode |
errorCode()
The unique error code for the failed custom vocabulary item from the custom vocabulary list.
|
String |
errorCodeAsString()
The unique error code for the failed custom vocabulary item from the custom vocabulary list.
|
String |
errorMessage()
The error message for the failed custom vocabulary item from the custom vocabulary list.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
itemId()
The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FailedCustomVocabularyItem.Builder> |
serializableBuilderClass() |
FailedCustomVocabularyItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String itemId()
The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.
public final String errorMessage()
The error message for the failed custom vocabulary item from the custom vocabulary list.
public final ErrorCode errorCode()
The unique error code for the failed custom vocabulary item from the custom vocabulary list.
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 unique error code for the failed custom vocabulary item from the custom vocabulary list.
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 FailedCustomVocabularyItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FailedCustomVocabularyItem.Builder,FailedCustomVocabularyItem>public static FailedCustomVocabularyItem.Builder builder()
public static Class<? extends FailedCustomVocabularyItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.