@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeElasticsearchDomainsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
 Container for the parameters to the DescribeElasticsearchDomains operation. By default, the API
 returns the status of all Elasticsearch domains.
 
NOOP| Constructor and Description | 
|---|
DescribeElasticsearchDomainsRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeElasticsearchDomainsRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
List<String> | 
getDomainNames()
 The Elasticsearch domains for which you want information. 
 | 
int | 
hashCode()  | 
void | 
setDomainNames(Collection<String> domainNames)
 The Elasticsearch domains for which you want information. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
DescribeElasticsearchDomainsRequest | 
withDomainNames(Collection<String> domainNames)
 The Elasticsearch domains for which you want information. 
 | 
DescribeElasticsearchDomainsRequest | 
withDomainNames(String... domainNames)
 The Elasticsearch domains for which you want information. 
 | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getDomainNames()
The Elasticsearch domains for which you want information.
public void setDomainNames(Collection<String> domainNames)
The Elasticsearch domains for which you want information.
domainNames - The Elasticsearch domains for which you want information.public DescribeElasticsearchDomainsRequest withDomainNames(String... domainNames)
The Elasticsearch domains for which you want information.
 NOTE: This method appends the values to the existing list (if any). Use
 setDomainNames(java.util.Collection) or withDomainNames(java.util.Collection) if you want to
 override the existing values.
 
domainNames - The Elasticsearch domains for which you want information.public DescribeElasticsearchDomainsRequest withDomainNames(Collection<String> domainNames)
The Elasticsearch domains for which you want information.
domainNames - The Elasticsearch domains for which you want information.public String toString()
toString in class ObjectObject.toString()public DescribeElasticsearchDomainsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.