StructuredPojo
, ToCopyableBuilder<Lexicon.Builder,Lexicon>
@Generated("software.amazon.awssdk:codegen") public class Lexicon extends Object implements StructuredPojo, 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 | Description |
---|---|---|
static interface |
Lexicon.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Lexicon.Builder |
builder() |
|
String |
content() |
Lexicon content in string format.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
Name of the lexicon.
|
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() |
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.