public class GetLexiconResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
GetLexiconResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.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.
|
java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.