|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudsearchv2.model.ListDomainNamesResult
public class ListDomainNamesResult
The result of a ListDomainNames
request. Contains a list
of the domains owned by an account.
Constructor Summary | |
---|---|
ListDomainNamesResult()
|
Method Summary | |
---|---|
ListDomainNamesResult |
addDomainNamesEntry(String key,
String value)
The names of the search domains owned by an account. |
ListDomainNamesResult |
clearDomainNamesEntries()
Removes all the entries added into DomainNames. |
boolean |
equals(Object obj)
|
Map<String,String> |
getDomainNames()
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. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListDomainNamesResult |
withDomainNames(Map<String,String> domainNames)
The names of the search domains owned by an account. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListDomainNamesResult()
Method Detail |
---|
public Map<String,String> getDomainNames()
public void setDomainNames(Map<String,String> domainNames)
domainNames
- The names of the search domains owned by an account.public ListDomainNamesResult withDomainNames(Map<String,String> domainNames)
Returns a reference to this object so that method calls can be chained together.
domainNames
- The names of the search domains owned by an account.
public ListDomainNamesResult addDomainNamesEntry(String key, String value)
The method adds a new key-value pair into DomainNames parameter, and returns a reference to this object so that method calls can be chained together.
key
- The key of the entry to be added into DomainNames.value
- The corresponding value of the entry to be added into DomainNames.public ListDomainNamesResult clearDomainNamesEntries()
Returns a reference to this object so that method calls can be chained together.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |