@Generated(value="software.amazon.awssdk:codegen") public final class Lexicon extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Lexicon.Builder,Lexicon>
Provides lexicon name and lexicon content in string format. For more information, see Pronunciation Lexicon Specification (PLS) Version 1.0.
Modifier and Type | Class and Description |
---|---|
static interface |
Lexicon.Builder |
Modifier and Type | Method and Description |
---|---|
static Lexicon.Builder |
builder() |
String |
content()
Lexicon content in string format.
|
boolean |
equals(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 Lexicon.Builder> |
serializableBuilderClass() |
Lexicon.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String content()
Lexicon content in string format. The content of a lexicon must be in PLS format.
public String name()
Name of the lexicon.
public Lexicon.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Lexicon.Builder,Lexicon>
public static Lexicon.Builder builder()
public static Class<? extends Lexicon.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.