public class GetLexiconRequest extends AmazonWebServiceRequest implements java.io.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(java.lang.Object obj) |
java.lang.String |
getName()
Name of the lexicon.
|
int |
hashCode() |
void |
setName(java.lang.String name)
Name of the lexicon.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetLexiconRequest |
withName(java.lang.String name)
Name of the lexicon.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getName()
Name of the lexicon.
Constraints:
Pattern: [0-9A-Za-z]{1,20}
Name of the lexicon.
public void setName(java.lang.String name)
Name of the lexicon.
Constraints:
Pattern: [0-9A-Za-z]{1,20}
name
- Name of the lexicon.
public GetLexiconRequest withName(java.lang.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 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.