@Generated(value="software.amazon.awssdk:codegen") public final class CustomVocabularyEntryId extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomVocabularyEntryId.Builder,CustomVocabularyEntryId>
The unique entry identifier for the custom vocabulary items.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomVocabularyEntryId.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomVocabularyEntryId.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
itemId()
The unique item identifier for the custom vocabulary items.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomVocabularyEntryId.Builder> |
serializableBuilderClass() |
CustomVocabularyEntryId.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 identifier for the custom vocabulary items.
public CustomVocabularyEntryId.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomVocabularyEntryId.Builder,CustomVocabularyEntryId>public static CustomVocabularyEntryId.Builder builder()
public static Class<? extends CustomVocabularyEntryId.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.