public class GetLexiconResult extends Object implements Serializable
Constructor and Description |
---|
GetLexiconResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Lexicon |
getLexicon()
Lexicon object that provides name and the string content of the lexicon.
|
LexiconAttributes |
getLexiconAttributes()
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.
|
int |
hashCode() |
void |
setLexicon(Lexicon lexicon)
Lexicon object that provides name and the string content of the lexicon.
|
void |
setLexiconAttributes(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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetLexiconResult |
withLexicon(Lexicon lexicon)
Lexicon object that provides name and the string content of the lexicon.
|
GetLexiconResult |
withLexiconAttributes(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 Lexicon getLexicon()
Lexicon object that provides name and the string content of the lexicon.
Lexicon object that provides name and the string content of the lexicon.
public void setLexicon(Lexicon lexicon)
Lexicon object that provides name and the string content of the lexicon.
lexicon
- Lexicon object that provides name and the string content of the lexicon.
public GetLexiconResult withLexicon(Lexicon lexicon)
Lexicon object that provides name and the string content of the lexicon.
Returns a reference to this object so that method calls can be chained together.
lexicon
- Lexicon object that provides name and the string content of the lexicon.
public LexiconAttributes getLexiconAttributes()
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.
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 void setLexiconAttributes(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.
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 GetLexiconResult withLexiconAttributes(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.
Returns a reference to this object so that method calls can be chained together.
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 String toString()
toString
in class Object
Object.toString()
Copyright © 2018. All rights reserved.