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