public class ListLexiconsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Returns a list of pronunciation lexicons stored in an AWS Region. For more information, see Managing Lexicons.
| Constructor and Description |
|---|
ListLexiconsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
An opaque pagination token returned from previous
ListLexicons operation. |
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
An opaque pagination token returned from previous
ListLexicons operation. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListLexiconsRequest |
withNextToken(java.lang.String nextToken)
An opaque pagination token returned from previous
ListLexicons operation. |
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getNextToken()
An opaque pagination token returned from previous
ListLexicons operation. If present, indicates where to
continue the list of lexicons.
Constraints:
Length: 0 - 4096
An opaque pagination token returned from previous
ListLexicons operation. If present, indicates where
to continue the list of lexicons.
public void setNextToken(java.lang.String nextToken)
An opaque pagination token returned from previous
ListLexicons operation. If present, indicates where to
continue the list of lexicons.
Constraints:
Length: 0 - 4096
nextToken -
An opaque pagination token returned from previous
ListLexicons operation. If present, indicates
where to continue the list of lexicons.
public ListLexiconsRequest withNextToken(java.lang.String nextToken)
An opaque pagination token returned from previous
ListLexicons operation. If present, indicates where to
continue the list of lexicons.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 4096
nextToken -
An opaque pagination token returned from previous
ListLexicons operation. If present, indicates
where to continue the list of lexicons.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.