public class GetLexiconRequest extends AmazonWebServiceRequest implements Serializable
Returns the content of the specified pronunciation lexicon stored in an AWS Region. For more information, see Managing Lexicons.
| Constructor and Description |
|---|
GetLexiconRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName()
Name of the lexicon.
|
int |
hashCode() |
void |
setName(String name)
Name of the lexicon.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetLexiconRequest |
withName(String name)
Name of the lexicon.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getName()
Name of the lexicon.
Constraints:
Pattern: [0-9A-Za-z]{1,20}
Name of the lexicon.
public void setName(String name)
Name of the lexicon.
Constraints:
Pattern: [0-9A-Za-z]{1,20}
name - Name of the lexicon.
public GetLexiconRequest withName(String name)
Name of the lexicon.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [0-9A-Za-z]{1,20}
name - Name of the lexicon.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.