@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> |
getTagList()
The list of tags removed
|
int |
hashCode() |
void |
setTagList(Collection<Tag> tagList)
The list of tags removed
|
String |
toString()
Returns a string representation of this object.
|
UntagResourceResult |
withTagList(Collection<Tag> tagList)
The list of tags removed
|
UntagResourceResult |
withTagList(Tag... tagList)
The list of tags removed
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTagList(Collection<Tag> tagList)
The list of tags removed
tagList - The list of tags removedpublic UntagResourceResult withTagList(Tag... tagList)
The list of tags removed
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 list of tags removedpublic UntagResourceResult withTagList(Collection<Tag> tagList)
The list of tags removed
tagList - The list of tags removedpublic String toString()
toString in class ObjectObject.toString()public UntagResourceResult clone()
Copyright © 2023. All rights reserved.