ToCopyableBuilder<GetLexiconResponse.Builder,GetLexiconResponse>
@Generated("software.amazon.awssdk:codegen") public class GetLexiconResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetLexiconResponse.Builder,GetLexiconResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetLexiconResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetLexiconResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Lexicon |
lexicon() |
Lexicon object that provides name and the string content of the lexicon.
|
LexiconAttributes |
lexiconAttributes() |
Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes
defined in the lexicon, and size of lexicon in bytes.
|
static Class<? extends GetLexiconResponse.Builder> |
serializableBuilderClass() |
|
GetLexiconResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public Lexicon lexicon()
Lexicon object that provides name and the string content of the lexicon.
public LexiconAttributes lexiconAttributes()
Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.
public GetLexiconResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetLexiconResponse.Builder,GetLexiconResponse>
public static GetLexiconResponse.Builder builder()
public static Class<? extends GetLexiconResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.