public class DescribeTagsResult extends Object implements Serializable
Contains the output for DescribeTags.
| Constructor and Description |
|---|
DescribeTagsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<TagDescription> |
getTagDescriptions()
Information about the tags.
|
int |
hashCode() |
void |
setTagDescriptions(Collection<TagDescription> tagDescriptions)
Information about the tags.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTagsResult |
withTagDescriptions(Collection<TagDescription> tagDescriptions)
Information about the tags.
|
DescribeTagsResult |
withTagDescriptions(TagDescription... tagDescriptions)
Information about the tags.
|
public List<TagDescription> getTagDescriptions()
Information about the tags.
Information about the tags.
public void setTagDescriptions(Collection<TagDescription> tagDescriptions)
Information about the tags.
tagDescriptions - Information about the tags.
public DescribeTagsResult withTagDescriptions(TagDescription... tagDescriptions)
Information about the tags.
Returns a reference to this object so that method calls can be chained together.
tagDescriptions - Information about the tags.
public DescribeTagsResult withTagDescriptions(Collection<TagDescription> tagDescriptions)
Information about the tags.
Returns a reference to this object so that method calls can be chained together.
tagDescriptions - Information about the tags.
public String toString()
toString in class ObjectObject.toString()Copyright © 2018. All rights reserved.