@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTagsForResourceResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
clone() |
boolean |
equals(Object obj) |
ResourceTags |
getResourceTags() |
int |
hashCode() |
void |
setResourceTags(ResourceTags resourceTags) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListTagsForResourceResult |
withResourceTags(ResourceTags resourceTags) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setResourceTags(ResourceTags resourceTags)
resourceTags - public ResourceTags getResourceTags()
public ListTagsForResourceResult withResourceTags(ResourceTags resourceTags)
resourceTags - public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceResult clone()
Copyright © 2018. All rights reserved.