@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)Add a single DomainNames entry | 
| 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. | 
| ListDomainNamesResult | withDomainNames(Map<String,String> domainNames)
 The names of the search domains owned by an account. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public ListDomainNamesResult clone()