Class ListDomainNamesResult

    • Constructor Detail

      • ListDomainNamesResult

        public ListDomainNamesResult()
    • Method Detail

      • getDomainNames

        public Map<String,​String> getDomainNames()

        The names of the search domains owned by an account.

        Returns:
        The names of the search domains owned by an account.
      • setDomainNames

        public void setDomainNames​(Map<String,​String> domainNames)

        The names of the search domains owned by an account.

        Parameters:
        domainNames - The names of the search domains owned by an account.
      • withDomainNames

        public ListDomainNamesResult withDomainNames​(Map<String,​String> domainNames)

        The names of the search domains owned by an account.

        Parameters:
        domainNames - The names of the search domains owned by an account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearDomainNamesEntries

        public ListDomainNamesResult clearDomainNamesEntries()
        Removes all the entries added into DomainNames. <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