public class ListLexiconsResult extends Object implements Serializable
| Constructor and Description |
|---|
ListLexiconsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<LexiconDescription> |
getLexicons()
A list of lexicon names and attributes.
|
String |
getNextToken()
The pagination token to use in the next request to continue the listing
of lexicons.
|
int |
hashCode() |
void |
setLexicons(Collection<LexiconDescription> lexicons)
A list of lexicon names and attributes.
|
void |
setNextToken(String nextToken)
The pagination token to use in the next request to continue the listing
of lexicons.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListLexiconsResult |
withLexicons(Collection<LexiconDescription> lexicons)
A list of lexicon names and attributes.
|
ListLexiconsResult |
withLexicons(LexiconDescription... lexicons)
A list of lexicon names and attributes.
|
ListLexiconsResult |
withNextToken(String nextToken)
The pagination token to use in the next request to continue the listing
of lexicons.
|
public List<LexiconDescription> getLexicons()
A list of lexicon names and attributes.
A list of lexicon names and attributes.
public void setLexicons(Collection<LexiconDescription> lexicons)
A list of lexicon names and attributes.
lexicons - A list of lexicon names and attributes.
public ListLexiconsResult withLexicons(LexiconDescription... lexicons)
A list of lexicon names and attributes.
Returns a reference to this object so that method calls can be chained together.
lexicons - A list of lexicon names and attributes.
public ListLexiconsResult withLexicons(Collection<LexiconDescription> lexicons)
A list of lexicon names and attributes.
Returns a reference to this object so that method calls can be chained together.
lexicons - A list of lexicon names and attributes.
public String getNextToken()
The pagination token to use in the next request to continue the listing
of lexicons. NextToken is returned only if the response is
truncated.
The pagination token to use in the next request to continue the
listing of lexicons. NextToken is returned only if
the response is truncated.
public void setNextToken(String nextToken)
The pagination token to use in the next request to continue the listing
of lexicons. NextToken is returned only if the response is
truncated.
nextToken -
The pagination token to use in the next request to continue
the listing of lexicons. NextToken is returned
only if the response is truncated.
public ListLexiconsResult withNextToken(String nextToken)
The pagination token to use in the next request to continue the listing
of lexicons. NextToken is returned only if the response is
truncated.
Returns a reference to this object so that method calls can be chained together.
nextToken -
The pagination token to use in the next request to continue
the listing of lexicons. NextToken is returned
only if the response is truncated.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.