public class ListDomainNamesResult extends Object implements Serializable, Cloneable
The result of a ListDomainNames
request. Contains a list
of the domains owned by an account.
Constructor and Description |
---|
ListDomainNamesResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
ListDomainNamesResult |
clone() |
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.
|
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 ListDomainNamesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.