|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.cloudsearchv2.model.DescribeDomainsRequest
public class DescribeDomainsRequest
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. To get
the number of searchable documents in a domain, use the console or
submit a matchall
request to your domain's search
endpoint: q=matchall&q.parser=structured&size=0
. For more
information, see
Getting Information about a Search Domain
in the Amazon CloudSearch Developer Guide.
AmazonCloudSearch.describeDomains(DescribeDomainsRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeDomainsRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getDomainNames()
The names of the domains you want to include in the response. |
int |
hashCode()
|
void |
setDomainNames(Collection<String> domainNames)
The names of the domains you want to include in the response. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeDomainsRequest |
withDomainNames(Collection<String> domainNames)
The names of the domains you want to include in the response. |
DescribeDomainsRequest |
withDomainNames(String... domainNames)
The names of the domains you want to include in the response. |
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 |
---|
public DescribeDomainsRequest()
Method Detail |
---|
public List<String> getDomainNames()
public void setDomainNames(Collection<String> domainNames)
domainNames
- The names of the domains you want to include in the response.public DescribeDomainsRequest withDomainNames(String... domainNames)
Returns a reference to this object so that method calls can be chained together.
domainNames
- The names of the domains you want to include in the response.
public DescribeDomainsRequest withDomainNames(Collection<String> domainNames)
Returns a reference to this object so that method calls can be chained together.
domainNames
- The names of the domains you want to include in the response.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |