@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contains information about the health checks or hosted zones for which you want to list tags.
| Constructor and Description |
|---|
ListTagsForResourceResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
clone() |
boolean |
equals(Object obj) |
ResourceTagSet |
getResourceTagSet()
A
ResourceTagSet containing tags associated with the specified resource. |
int |
hashCode() |
void |
setResourceTagSet(ResourceTagSet resourceTagSet)
A
ResourceTagSet containing tags associated with the specified resource. |
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceResult |
withResourceTagSet(ResourceTagSet resourceTagSet)
A
ResourceTagSet containing tags associated with the specified resource. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setResourceTagSet(ResourceTagSet resourceTagSet)
A ResourceTagSet containing tags associated with the specified resource.
resourceTagSet - A ResourceTagSet containing tags associated with the specified resource.public ResourceTagSet getResourceTagSet()
A ResourceTagSet containing tags associated with the specified resource.
ResourceTagSet containing tags associated with the specified resource.public ListTagsForResourceResult withResourceTagSet(ResourceTagSet resourceTagSet)
A ResourceTagSet containing tags associated with the specified resource.
resourceTagSet - A ResourceTagSet containing tags associated with the specified resource.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceResult clone()
Copyright © 2021. All rights reserved.