public class ListTagsForResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The returned result of the corresponding request.
| Constructor and Description |
|---|
ListTagsForResourceResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
clone() |
boolean |
equals(Object obj) |
Tags |
getTags()
A complex type that contains zero or more
Tag elements. |
int |
hashCode() |
void |
setTags(Tags tags)
A complex type that contains zero or more
Tag elements. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListTagsForResourceResult |
withTags(Tags tags)
A complex type that contains zero or more
Tag elements. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTags(Tags tags)
A complex type that contains zero or more Tag elements.
tags - A complex type that contains zero or more Tag elements.public Tags getTags()
A complex type that contains zero or more Tag elements.
Tag elements.public ListTagsForResourceResult withTags(Tags tags)
A complex type that contains zero or more Tag elements.
tags - A complex type that contains zero or more Tag elements.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceResult clone()
Copyright © 2016. All rights reserved.