com.amazonaws.services.cloudsearchv2.model
Class ListDomainNamesRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.cloudsearchv2.model.ListDomainNamesRequest
- All Implemented Interfaces:
- Serializable
public class ListDomainNamesRequest
- extends AmazonWebServiceRequest
- implements Serializable
Container for the parameters to the ListDomainNames operation
.
Lists all search domains owned by an account.
- See Also:
AmazonCloudSearch.listDomainNames(ListDomainNamesRequest)
,
Serialized Form
ListDomainNamesRequest
public ListDomainNamesRequest()
toString
public String toString()
- Returns a string representation of this object; useful for testing and
debugging.
- Overrides:
toString
in class Object
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2016. All rights reserved.