Class ListTagsForDomainRequest

    • Constructor Detail

      • ListTagsForDomainRequest

        public ListTagsForDomainRequest()
    • Method Detail

      • setDomainName

        public void setDomainName​(String domainName)

        The domain for which you want to get a list of tags.

        Parameters:
        domainName - The domain for which you want to get a list of tags.
      • getDomainName

        public String getDomainName()

        The domain for which you want to get a list of tags.

        Returns:
        The domain for which you want to get a list of tags.
      • withDomainName

        public ListTagsForDomainRequest withDomainName​(String domainName)

        The domain for which you want to get a list of tags.

        Parameters:
        domainName - The domain for which you want to get a list of tags.
        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