@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TagResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
TagResourceResult() |
Modifier and Type | Method and Description |
---|---|
TagResourceResult |
clone() |
boolean |
equals(Object obj) |
List<Tag> |
getTags()
The list of tags that are associated with the DAX resource.
|
int |
hashCode() |
void |
setTags(Collection<Tag> tags)
The list of tags that are associated with the DAX resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TagResourceResult |
withTags(Collection<Tag> tags)
The list of tags that are associated with the DAX resource.
|
TagResourceResult |
withTags(Tag... tags)
The list of tags that are associated with the DAX resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Tag> getTags()
The list of tags that are associated with the DAX resource.
public void setTags(Collection<Tag> tags)
The list of tags that are associated with the DAX resource.
tags
- The list of tags that are associated with the DAX resource.public TagResourceResult withTags(Tag... tags)
The list of tags that are associated with the DAX resource.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The list of tags that are associated with the DAX resource.public TagResourceResult withTags(Collection<Tag> tags)
The list of tags that are associated with the DAX resource.
tags
- The list of tags that are associated with the DAX resource.public String toString()
toString
in class Object
Object.toString()
public TagResourceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.