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() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
AvailabilityOptionsStatus |
getAvailabilityOptions()
The availability options configured for the domain.
|
int |
hashCode() |
void |
setAvailabilityOptions(AvailabilityOptionsStatus availabilityOptions)
The availability options configured for the domain.
|
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.
|
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.