public class SearchVocabulariesResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SearchVocabulariesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
If there are additional results, this is the token for the next set of
results.
|
java.util.List<VocabularySummary> |
getVocabularySummaryList()
The list of the available custom vocabularies.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
void |
setVocabularySummaryList(java.util.Collection<VocabularySummary> vocabularySummaryList)
The list of the available custom vocabularies.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SearchVocabulariesResult |
withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
SearchVocabulariesResult |
withVocabularySummaryList(java.util.Collection<VocabularySummary> vocabularySummaryList)
The list of the available custom vocabularies.
|
SearchVocabulariesResult |
withVocabularySummaryList(VocabularySummary... vocabularySummaryList)
The list of the available custom vocabularies.
|
public java.util.List<VocabularySummary> getVocabularySummaryList()
The list of the available custom vocabularies.
The list of the available custom vocabularies.
public void setVocabularySummaryList(java.util.Collection<VocabularySummary> vocabularySummaryList)
The list of the available custom vocabularies.
vocabularySummaryList - The list of the available custom vocabularies.
public SearchVocabulariesResult withVocabularySummaryList(VocabularySummary... vocabularySummaryList)
The list of the available custom vocabularies.
Returns a reference to this object so that method calls can be chained together.
vocabularySummaryList - The list of the available custom vocabularies.
public SearchVocabulariesResult withVocabularySummaryList(java.util.Collection<VocabularySummary> vocabularySummaryList)
The list of the available custom vocabularies.
Returns a reference to this object so that method calls can be chained together.
vocabularySummaryList - The list of the available custom vocabularies.
public java.lang.String getNextToken()
If there are additional results, this is the token for the next set of results.
Constraints:
Length: 1 - 131070
Pattern: .*\S.*
If there are additional results, this is the token for the next set of results.
public void setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
Constraints:
Length: 1 - 131070
Pattern: .*\S.*
nextToken - If there are additional results, this is the token for the next set of results.
public SearchVocabulariesResult withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 131070
Pattern: .*\S.*
nextToken - If there are additional results, this is the token for the next set of results.
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.Object