com.amazonaws.services.cloudsearchv2.model
Class ListDomainNamesRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by 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

Constructor Summary
ListDomainNamesRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListDomainNamesRequest

public ListDomainNamesRequest()
Method Detail

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.