public class DescribeTagsResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DescribeTagsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTagsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The call returns a token.
|
List<ConfigurationTag> |
getTags()
Depending on the input, this is a list of configuration items tagged with
a specific tag, or a list of tags for a specific configuration item.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The call returns a token.
|
void |
setTags(Collection<ConfigurationTag> tags)
Depending on the input, this is a list of configuration items tagged with
a specific tag, or a list of tags for a specific configuration item.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTagsResult |
withNextToken(String nextToken)
The call returns a token.
|
DescribeTagsResult |
withTags(Collection<ConfigurationTag> tags)
Depending on the input, this is a list of configuration items tagged with
a specific tag, or a list of tags for a specific configuration item.
|
DescribeTagsResult |
withTags(ConfigurationTag... tags)
Depending on the input, this is a list of configuration items tagged with
a specific tag, or a list of tags for a specific configuration item.
|
public List<ConfigurationTag> getTags()
Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.
public void setTags(Collection<ConfigurationTag> tags)
Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.
tags
- Depending on the input, this is a list of configuration items
tagged with a specific tag, or a list of tags for a specific
configuration item.public DescribeTagsResult withTags(ConfigurationTag... tags)
Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.
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
- Depending on the input, this is a list of configuration items
tagged with a specific tag, or a list of tags for a specific
configuration item.public DescribeTagsResult withTags(Collection<ConfigurationTag> tags)
Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.
tags
- Depending on the input, this is a list of configuration items
tagged with a specific tag, or a list of tags for a specific
configuration item.public void setNextToken(String nextToken)
The call returns a token. Use this token to get the next set of results.
nextToken
- The call returns a token. Use this token to get the next set of
results.public String getNextToken()
The call returns a token. Use this token to get the next set of results.
public DescribeTagsResult withNextToken(String nextToken)
The call returns a token. Use this token to get the next set of results.
nextToken
- The call returns a token. Use this token to get the next set of
results.public String toString()
toString
in class Object
Object.toString()
public DescribeTagsResult clone()
Copyright © 2018. All rights reserved.