public class ListTagsForVaultResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the Amazon Glacier response to your request.
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.lang.String> |
tags
The tags attached to the vault.
|
Constructor and Description |
---|
ListTagsForVaultResult() |
Modifier and Type | Method and Description |
---|---|
ListTagsForVaultResult |
addTagsEntry(java.lang.String key,
java.lang.String value) |
ListTagsForVaultResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
ListTagsForVaultResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.Map<java.lang.String,java.lang.String> |
getTags()
The tags attached to the vault.
|
int |
hashCode() |
void |
setTags(java.util.Map<java.lang.String,java.lang.String> tags)
The tags attached to the vault.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsForVaultResult |
withTags(java.util.Map<java.lang.String,java.lang.String> tags)
The tags attached to the vault.
|
private java.util.Map<java.lang.String,java.lang.String> tags
The tags attached to the vault. Each tag is composed of a key and a value.
public java.util.Map<java.lang.String,java.lang.String> getTags()
The tags attached to the vault. Each tag is composed of a key and a value.
public void setTags(java.util.Map<java.lang.String,java.lang.String> tags)
The tags attached to the vault. Each tag is composed of a key and a value.
tags
- The tags attached to the vault. Each tag is composed of a key and
a value.public ListTagsForVaultResult withTags(java.util.Map<java.lang.String,java.lang.String> tags)
The tags attached to the vault. Each tag is composed of a key and a value.
tags
- The tags attached to the vault. Each tag is composed of a key and
a value.public ListTagsForVaultResult addTagsEntry(java.lang.String key, java.lang.String value)
public ListTagsForVaultResult clearTagsEntries()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListTagsForVaultResult clone()
clone
in class java.lang.Object