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