public class ListDefaultVocabulariesResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListDefaultVocabulariesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<DefaultVocabulary> |
getDefaultVocabularyList()
A list of default vocabularies.
|
java.lang.String |
getNextToken()
If there are additional results, this is the token for the next set of
results.
|
int |
hashCode() |
void |
setDefaultVocabularyList(java.util.Collection<DefaultVocabulary> defaultVocabularyList)
A list of default vocabularies.
|
void |
setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDefaultVocabulariesResult |
withDefaultVocabularyList(java.util.Collection<DefaultVocabulary> defaultVocabularyList)
A list of default vocabularies.
|
ListDefaultVocabulariesResult |
withDefaultVocabularyList(DefaultVocabulary... defaultVocabularyList)
A list of default vocabularies.
|
ListDefaultVocabulariesResult |
withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
public java.util.List<DefaultVocabulary> getDefaultVocabularyList()
A list of default vocabularies.
A list of default vocabularies.
public void setDefaultVocabularyList(java.util.Collection<DefaultVocabulary> defaultVocabularyList)
A list of default vocabularies.
defaultVocabularyList - A list of default vocabularies.
public ListDefaultVocabulariesResult withDefaultVocabularyList(DefaultVocabulary... defaultVocabularyList)
A list of default vocabularies.
Returns a reference to this object so that method calls can be chained together.
defaultVocabularyList - A list of default vocabularies.
public ListDefaultVocabulariesResult withDefaultVocabularyList(java.util.Collection<DefaultVocabulary> defaultVocabularyList)
A list of default vocabularies.
Returns a reference to this object so that method calls can be chained together.
defaultVocabularyList - A list of default 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 ListDefaultVocabulariesResult 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