Class ListDomainNamesResult

java.lang.Object
com.amazonaws.services.cloudsearchv2.model.ListDomainNamesResult
All Implemented Interfaces:
Serializable, Cloneable

public class ListDomainNamesResult extends Object implements Serializable, Cloneable

The result of a ListDomainNames request. Contains a list of the domains owned by an account.

See Also:
  • Constructor Details

    • ListDomainNamesResult

      public ListDomainNamesResult()
  • Method Details

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

      public ListDomainNamesResult addDomainNamesEntry(String key, String value)
    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public ListDomainNamesResult clone()
      Overrides:
      clone in class Object