Class ListDomainNamesResult
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.ListDomainNamesResult
- All Implemented Interfaces:
Serializable, Cloneable
The result of a ListDomainNames request. Contains a list of the
domains owned by an account.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDomainNamesEntry(String key, String value) Removes all the entries added into DomainNames.clone()booleanThe names of the search domains owned by an account.inthashCode()voidsetDomainNames(Map<String, String> domainNames) The names of the search domains owned by an account.toString()Returns a string representation of this object; useful for testing and debugging.withDomainNames(Map<String, String> domainNames) The names of the search domains owned by an account.
-
Constructor Details
-
ListDomainNamesResult
public ListDomainNamesResult()
-
-
Method Details
-
getDomainNames
-
setDomainNames
-
withDomainNames
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
-
clearDomainNamesEntries
Removes all the entries added into DomainNames. <p> Returns a reference to this object so that method calls can be chained together. -
toString
-
equals
-
hashCode
-
clone
-