@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAvailabilityOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
 Container for the parameters to the UpdateAvailabilityOptions operation. Specifies the name of
 the domain you want to update and the Multi-AZ availability option.
 
NOOP| Constructor and Description | 
|---|
| UpdateAvailabilityOptionsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateAvailabilityOptionsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDomainName() | 
| Boolean | getMultiAZ()
 You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. | 
| int | hashCode() | 
| Boolean | isMultiAZ()
 You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. | 
| void | setDomainName(String domainName) | 
| void | setMultiAZ(Boolean multiAZ)
 You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. | 
| String | toString()Returns a string representation of this object. | 
| UpdateAvailabilityOptionsRequest | withDomainName(String domainName) | 
| UpdateAvailabilityOptionsRequest | withMultiAZ(Boolean multiAZ)
 You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. | 
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 void setDomainName(String domainName)
domainName - public String getDomainName()
public UpdateAvailabilityOptionsRequest withDomainName(String domainName)
domainName - public void setMultiAZ(Boolean multiAZ)
 You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true.
 Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting
 the Multi-AZ option to false.
 
multiAZ - You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true.
        Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by
        setting the Multi-AZ option to false.public Boolean getMultiAZ()
 You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true.
 Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting
 the Multi-AZ option to false.
 
false.public UpdateAvailabilityOptionsRequest withMultiAZ(Boolean multiAZ)
 You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true.
 Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting
 the Multi-AZ option to false.
 
multiAZ - You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true.
        Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by
        setting the Multi-AZ option to false.public Boolean isMultiAZ()
 You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true.
 Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting
 the Multi-AZ option to false.
 
false.public String toString()
toString in class ObjectObject.toString()public UpdateAvailabilityOptionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()