@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDomainNamesResult extends AmazonWebServiceResult<ResponseMetadata> 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) |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,String> getDomainNames()
The names of the search domains owned by an account.
public void setDomainNames(Map<String,String> domainNames)
The names of the search domains owned by an account.
domainNames
- The names of the search domains owned by an account.public ListDomainNamesResult withDomainNames(Map<String,String> domainNames)
The names of the search domains owned by an account.
domainNames
- The names of the search domains owned by an account.public ListDomainNamesResult addDomainNamesEntry(String key, String value)
public ListDomainNamesResult clearDomainNamesEntries()
public String toString()
toString
in class Object
Object.toString()
public ListDomainNamesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.