DescribeAvailabilityOptionsRequest instead.@Deprecated public class DescribeAvailabilityOptionsRequest extends AmazonWebServiceRequest implements Serializable
DescribeAvailabilityOptions operation.
Gets the availability options configured for a domain. By default,
shows the configuration with any pending changes. Set the
Deployed option to true to show the active
configuration and exclude pending changes. For more information, see
Configuring Availability Options
in the Amazon CloudSearch Developer Guide .
NOOP| Constructor and Description |
|---|
DescribeAvailabilityOptionsRequest()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
String |
getDomainName()
Deprecated.
The name of the domain you want to describe.
|
int |
hashCode()
Deprecated.
|
void |
setDomainName(String domainName)
Deprecated.
The name of the domain you want to describe.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAvailabilityOptionsRequest |
withDomainName(String domainName)
Deprecated.
The name of the domain you want to describe.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DescribeAvailabilityOptionsRequest()
public String getDomainName()
Constraints:
Length: 3 - 28
Pattern: [a-z][a-z0-9\-]+
public void setDomainName(String domainName)
Constraints:
Length: 3 - 28
Pattern: [a-z][a-z0-9\-]+
domainName - The name of the domain you want to describe.public DescribeAvailabilityOptionsRequest withDomainName(String domainName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 28
Pattern: [a-z][a-z0-9\-]+
domainName - The name of the domain you want to describe.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.