public class ListLexiconsRequest extends AmazonWebServiceRequest implements 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(Object obj) |
String |
getNextToken()
An opaque pagination token returned from previous
ListLexicons operation. |
int |
hashCode() |
void |
setNextToken(String nextToken)
An opaque pagination token returned from previous
ListLexicons operation. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListLexiconsRequest |
withNextToken(String nextToken)
An opaque pagination token returned from previous
ListLexicons operation. |
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getNextToken()
An opaque pagination token returned from previous
ListLexicons operation. If present, indicates where to
continue the list of lexicons.
An opaque pagination token returned from previous
ListLexicons operation. If present, indicates where
to continue the list of lexicons.
public void setNextToken(String nextToken)
An opaque pagination token returned from previous
ListLexicons operation. If present, indicates where to
continue the list of lexicons.
nextToken -
An opaque pagination token returned from previous
ListLexicons operation. If present, indicates
where to continue the list of lexicons.
public ListLexiconsRequest withNextToken(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.
nextToken -
An opaque pagination token returned from previous
ListLexicons operation. If present, indicates
where to continue the list of lexicons.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.