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()
boolean
The names of the search domains owned by an account.int
hashCode()
void
setDomainNames
(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
The names of the search domains owned by an account.
- Returns:
- The names of the search domains owned by an account.
-
setDomainNames
The names of the search domains owned by an account.
- Parameters:
domainNames
- The names of the search domains owned by an account.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-