@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) |
List<Tag> |
getTagList()
The tags associated with the resource.
|
int |
hashCode() |
void |
setTagList(Collection<Tag> tagList)
The tags associated with the resource.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceResult |
withTagList(Collection<Tag> tagList)
The tags associated with the resource.
|
ListTagsForResourceResult |
withTagList(Tag... tagList)
The tags associated with the resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Tag> getTagList()
The tags associated with the resource.
public void setTagList(Collection<Tag> tagList)
The tags associated with the resource.
tagList - The tags associated with the resource.public ListTagsForResourceResult withTagList(Tag... tagList)
The tags associated with the resource.
NOTE: This method appends the values to the existing list (if any). Use
setTagList(java.util.Collection) or withTagList(java.util.Collection) if you want to override
the existing values.
tagList - The tags associated with the resource.public ListTagsForResourceResult withTagList(Collection<Tag> tagList)
The tags associated with the resource.
tagList - The tags associated with the resource.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceResult clone()
Copyright © 2023. All rights reserved.