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()
boolean
getTags()
The tags attached to the vault.int
hashCode()
void
The 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
The tags attached to the vault. Each tag is composed of a key and a value.
- Returns:
- The tags attached to the vault. Each tag is composed of a key and a value.
-
setTags
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.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-