@Deprecated public class DescribeAvailabilityOptionsResult extends Object implements Serializable
The result of a DescribeAvailabilityOptions
request.
Indicates whether or not the Multi-AZ option is enabled for the domain
specified in the request.
Constructor and Description |
---|
DescribeAvailabilityOptionsResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
AvailabilityOptionsStatus |
getAvailabilityOptions()
Deprecated.
The availability options configured for the domain.
|
int |
hashCode()
Deprecated.
|
void |
setAvailabilityOptions(AvailabilityOptionsStatus availabilityOptions)
Deprecated.
The availability options configured for the domain.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAvailabilityOptionsResult |
withAvailabilityOptions(AvailabilityOptionsStatus availabilityOptions)
Deprecated.
The availability options configured for the domain.
|
public DescribeAvailabilityOptionsResult()
public AvailabilityOptionsStatus getAvailabilityOptions()
public void setAvailabilityOptions(AvailabilityOptionsStatus availabilityOptions)
availabilityOptions
- The availability options configured for the domain. Indicates whether
Multi-AZ is enabled for the domain.public DescribeAvailabilityOptionsResult withAvailabilityOptions(AvailabilityOptionsStatus availabilityOptions)
Returns a reference to this object so that method calls can be chained together.
availabilityOptions
- The availability options configured for the domain. Indicates whether
Multi-AZ is enabled for the domain.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.