Class ListTagsForVaultResult

    • Constructor Detail

      • ListTagsForVaultResult

        public ListTagsForVaultResult()
    • Method Detail

      • getTags

        public Map<String,​String> 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

        public void setTags​(Map<String,​String> tags)

        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

        public ListTagsForVaultResult withTags​(Map<String,​String> tags)

        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.
      • clearTagsEntries

        public ListTagsForVaultResult clearTagsEntries()
        Removes all the entries added into Tags. <p> Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object