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