@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTagsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeTagsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTagsResult |
clone() |
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.
|
DescribeTagsResult |
withTagDescriptions(Collection<TagDescription> tagDescriptions)
Information about the tags.
|
DescribeTagsResult |
withTagDescriptions(TagDescription... tagDescriptions)
Information about the tags.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TagDescription> getTagDescriptions()
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.
NOTE: This method appends the values to the existing list (if any). Use
setTagDescriptions(java.util.Collection)
or withTagDescriptions(java.util.Collection)
if you
want to override the existing values.
tagDescriptions
- Information about the tags.public DescribeTagsResult withTagDescriptions(Collection<TagDescription> tagDescriptions)
Information about the tags.
tagDescriptions
- Information about the tags.public String toString()
toString
in class Object
Object.toString()
public DescribeTagsResult clone()