@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchVocabulariesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchVocabulariesResult() |
Modifier and Type | Method and Description |
---|---|
SearchVocabulariesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<VocabularySummary> |
getVocabularySummaryList()
The list of the available custom vocabularies.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setVocabularySummaryList(Collection<VocabularySummary> vocabularySummaryList)
The list of the available custom vocabularies.
|
String |
toString()
Returns a string representation of this object.
|
SearchVocabulariesResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
SearchVocabulariesResult |
withVocabularySummaryList(Collection<VocabularySummary> vocabularySummaryList)
The list of the available custom vocabularies.
|
SearchVocabulariesResult |
withVocabularySummaryList(VocabularySummary... vocabularySummaryList)
The list of the available custom vocabularies.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<VocabularySummary> getVocabularySummaryList()
The list of the available custom vocabularies.
public void setVocabularySummaryList(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.
NOTE: This method appends the values to the existing list (if any). Use
setVocabularySummaryList(java.util.Collection)
or
withVocabularySummaryList(java.util.Collection)
if you want to override the existing values.
vocabularySummaryList
- The list of the available custom vocabularies.public SearchVocabulariesResult withVocabularySummaryList(Collection<VocabularySummary> vocabularySummaryList)
The list of the available custom vocabularies.
vocabularySummaryList
- The list of the available custom vocabularies.public void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String getNextToken()
If there are additional results, this is the token for the next set of results.
public SearchVocabulariesResult withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public SearchVocabulariesResult clone()