Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudsearch.model
Class DescribeDomainsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.cloudsearch.model.DescribeDomainsRequest

public class DescribeDomainsRequest
extends AmazonWebServiceRequest

Container for the parameters to the DescribeDomains operation.

Gets information about the search domains owned by this account. Can be limited to specific domains. Shows all domains by default.

See Also:
AmazonCloudSearch.describeDomains(DescribeDomainsRequest)

Constructor Summary
DescribeDomainsRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<String> getDomainNames()
          Limits the DescribeDomains response to the specified search domains.
 int hashCode()
           
 void setDomainNames(Collection<String> domainNames)
          Limits the DescribeDomains response to the specified search domains.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeDomainsRequest withDomainNames(Collection<String> domainNames)
          Limits the DescribeDomains response to the specified search domains.
 DescribeDomainsRequest withDomainNames(String... domainNames)
          Limits the DescribeDomains response to the specified search domains.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeDomainsRequest

public DescribeDomainsRequest()
Method Detail

getDomainNames

public List<String> getDomainNames()
Limits the DescribeDomains response to the specified search domains.

Returns:
Limits the DescribeDomains response to the specified search domains.

setDomainNames

public void setDomainNames(Collection<String> domainNames)
Limits the DescribeDomains response to the specified search domains.

Parameters:
domainNames - Limits the DescribeDomains response to the specified search domains.

withDomainNames

public DescribeDomainsRequest withDomainNames(String... domainNames)
Limits the DescribeDomains response to the specified search domains.

Returns a reference to this object so that method calls can be chained together.

Parameters:
domainNames - Limits the DescribeDomains response to the specified search domains.
Returns:
A reference to this updated object so that method calls can be chained together.

withDomainNames

public DescribeDomainsRequest withDomainNames(Collection<String> domainNames)
Limits the DescribeDomains response to the specified search domains.

Returns a reference to this object so that method calls can be chained together.

Parameters:
domainNames - Limits the DescribeDomains response to the specified search domains.
Returns:
A reference to this updated object so that method calls can be chained together.

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 © 2010 Amazon Web Services, Inc. All Rights Reserved.