@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UntagResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UntagResourceResult() |
Modifier and Type | Method and Description |
---|---|
UntagResourceResult |
clone() |
boolean |
equals(Object obj) |
List<Tag> |
getTags()
The tag keys that have been removed from the cluster.
|
int |
hashCode() |
void |
setTags(Collection<Tag> tags)
The tag keys that have been removed from the cluster.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UntagResourceResult |
withTags(Collection<Tag> tags)
The tag keys that have been removed from the cluster.
|
UntagResourceResult |
withTags(Tag... tags)
The tag keys that have been removed from the cluster.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Tag> getTags()
The tag keys that have been removed from the cluster.
public void setTags(Collection<Tag> tags)
The tag keys that have been removed from the cluster.
tags
- The tag keys that have been removed from the cluster.public UntagResourceResult withTags(Tag... tags)
The tag keys that have been removed from the cluster.
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 tag keys that have been removed from the cluster.public UntagResourceResult withTags(Collection<Tag> tags)
The tag keys that have been removed from the cluster.
tags
- The tag keys that have been removed from the cluster.public String toString()
toString
in class Object
Object.toString()
public UntagResourceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.