Class ListTagsForVaultResult
java.lang.Object
com.amazonaws.services.glacier.model.ListTagsForVaultResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the Amazon Glacier response to your request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTagsEntry(String key, String value) Removes all the entries added into Tags.clone()booleangetTags()The tags attached to the vault.inthashCode()voidThe tags attached to the vault.toString()Returns a string representation of this object; useful for testing and debugging.The tags attached to the vault.
-
Constructor Details
-
ListTagsForVaultResult
public ListTagsForVaultResult()
-
-
Method Details
-
getTags
-
setTags
-
withTags
The tags attached to the vault. Each tag is composed of a key and a value.
- Parameters:
tags- The tags attached to the vault. Each tag is composed of a key and a value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addTagsEntry
-
clearTagsEntries
Removes all the entries added into Tags. <p> Returns a reference to this object so that method calls can be chained together. -
toString
-
equals
-
hashCode
-
clone
-