@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLexiconResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetLexiconResult() |
Modifier and Type | Method and Description |
---|---|
GetLexiconResult |
clone() |
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.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Lexicon getLexicon()
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.
lexicon
- Lexicon object that provides name and the string content of the lexicon.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 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.
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.
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()
public GetLexiconResult clone()