@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTagsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If this value is present, there are additional results to be displayed.
|
List<Tag> |
getTags()
A list of tags currently associated with the DAX cluster.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If this value is present, there are additional results to be displayed.
|
void |
setTags(Collection<Tag> tags)
A list of tags currently associated with the DAX cluster.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListTagsResult |
withNextToken(String nextToken)
If this value is present, there are additional results to be displayed.
|
ListTagsResult |
withTags(Collection<Tag> tags)
A list of tags currently associated with the DAX cluster.
|
ListTagsResult |
withTags(Tag... tags)
A list of tags currently associated with the DAX cluster.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Tag> getTags()
A list of tags currently associated with the DAX cluster.
public void setTags(Collection<Tag> tags)
A list of tags currently associated with the DAX cluster.
tags - A list of tags currently associated with the DAX cluster.public ListTagsResult withTags(Tag... tags)
A list of tags currently associated with the DAX cluster.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - A list of tags currently associated with the DAX cluster.public ListTagsResult withTags(Collection<Tag> tags)
A list of tags currently associated with the DAX cluster.
tags - A list of tags currently associated with the DAX cluster.public void setNextToken(String nextToken)
If this value is present, there are additional results to be displayed. To retrieve them, call
ListTags again, with NextToken set to this value.
nextToken - If this value is present, there are additional results to be displayed. To retrieve them, call
ListTags again, with NextToken set to this value.public String getNextToken()
If this value is present, there are additional results to be displayed. To retrieve them, call
ListTags again, with NextToken set to this value.
ListTags again, with NextToken set to this value.public ListTagsResult withNextToken(String nextToken)
If this value is present, there are additional results to be displayed. To retrieve them, call
ListTags again, with NextToken set to this value.
nextToken - If this value is present, there are additional results to be displayed. To retrieve them, call
ListTags again, with NextToken set to this value.public String toString()
toString in class ObjectObject.toString()public ListTagsResult clone()
Copyright © 2017. All rights reserved.