@Generated(value="software.amazon.awssdk:codegen") public final class CustomVocabularyItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomVocabularyItem.Builder,CustomVocabularyItem>
The unique custom vocabulary item from the custom vocabulary list.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomVocabularyItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomVocabularyItem.Builder |
builder() |
String |
displayAs()
The display as value for the custom vocabulary item from the custom vocabulary list.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
itemId()
The unique item identifer for the custom vocabulary item from the custom vocabulary list.
|
String |
phrase()
The unique phrase for the custom vocabulary item from the custom vocabulary list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomVocabularyItem.Builder> |
serializableBuilderClass() |
CustomVocabularyItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
weight()
The weight assigned for the custom vocabulary item from the custom vocabulary list.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String itemId()
The unique item identifer for the custom vocabulary item from the custom vocabulary list.
public final String phrase()
The unique phrase for the custom vocabulary item from the custom vocabulary list.
public final Integer weight()
The weight assigned for the custom vocabulary item from the custom vocabulary list.
public final String displayAs()
The display as value for the custom vocabulary item from the custom vocabulary list.
public CustomVocabularyItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomVocabularyItem.Builder,CustomVocabularyItem>public static CustomVocabularyItem.Builder builder()
public static Class<? extends CustomVocabularyItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.