Class RemoveTagsRequest

    • Constructor Detail

      • RemoveTagsRequest

        public RemoveTagsRequest()
    • Method Detail

      • setARN

        public void setARN​(String aRN)

        Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

        Parameters:
        aRN - Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.
      • getARN

        public String getARN()

        Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

        Returns:
        Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.
      • withARN

        public RemoveTagsRequest withARN​(String aRN)

        Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

        Parameters:
        aRN - Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTagKeys

        public List<String> getTagKeys()

        Specifies the TagKey list which you want to remove from the Elasticsearch domain.

        Returns:
        Specifies the TagKey list which you want to remove from the Elasticsearch domain.
      • setTagKeys

        public void setTagKeys​(Collection<String> tagKeys)

        Specifies the TagKey list which you want to remove from the Elasticsearch domain.

        Parameters:
        tagKeys - Specifies the TagKey list which you want to remove from the Elasticsearch domain.
      • withTagKeys

        public RemoveTagsRequest withTagKeys​(String... tagKeys)

        Specifies the TagKey list which you want to remove from the Elasticsearch domain.

        NOTE: This method appends the values to the existing list (if any). Use setTagKeys(java.util.Collection) or withTagKeys(java.util.Collection) if you want to override the existing values.

        Parameters:
        tagKeys - Specifies the TagKey list which you want to remove from the Elasticsearch domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTagKeys

        public RemoveTagsRequest withTagKeys​(Collection<String> tagKeys)

        Specifies the TagKey list which you want to remove from the Elasticsearch domain.

        Parameters:
        tagKeys - Specifies the TagKey list which you want to remove from the Elasticsearch domain.
        Returns:
        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