public class DescribeAvailabilityOptionsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The result of a DescribeAvailabilityOptions
request. Indicates
whether or not the Multi-AZ option is enabled for the domain specified in the
request.
Modifier and Type | Field and Description |
---|---|
private AvailabilityOptionsStatus |
availabilityOptions
The availability options configured for the domain.
|
Constructor and Description |
---|
DescribeAvailabilityOptionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAvailabilityOptionsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
AvailabilityOptionsStatus |
getAvailabilityOptions()
The availability options configured for the domain.
|
int |
hashCode() |
void |
setAvailabilityOptions(AvailabilityOptionsStatus availabilityOptions)
The availability options configured for the domain.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAvailabilityOptionsResult |
withAvailabilityOptions(AvailabilityOptionsStatus availabilityOptions)
The availability options configured for the domain.
|
private AvailabilityOptionsStatus availabilityOptions
The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
public void setAvailabilityOptions(AvailabilityOptionsStatus availabilityOptions)
The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
availabilityOptions
- The availability options configured for the domain. Indicates
whether Multi-AZ is enabled for the domain.public AvailabilityOptionsStatus getAvailabilityOptions()
The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
public DescribeAvailabilityOptionsResult withAvailabilityOptions(AvailabilityOptionsStatus availabilityOptions)
The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
availabilityOptions
- The availability options configured for the domain. Indicates
whether Multi-AZ is enabled for the domain.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeAvailabilityOptionsResult clone()
clone
in class java.lang.Object