@Generated(value="software.amazon.awssdk:codegen") public final class LexiconDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LexiconDescription.Builder,LexiconDescription>
Describes the content of the lexicon.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LexiconDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
LexiconAttributes |
attributes()
Provides lexicon metadata.
|
static LexiconDescription.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
Name of the lexicon.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LexiconDescription.Builder> |
serializableBuilderClass() |
LexiconDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
Name of the lexicon.
public final LexiconAttributes attributes()
Provides lexicon metadata.
public LexiconDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LexiconDescription.Builder,LexiconDescription>public static LexiconDescription.Builder builder()
public static Class<? extends LexiconDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.