Class DescribeAvailabilityOptionsResult
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.DescribeAvailabilityOptionsResult
- All Implemented Interfaces:
Serializable
,Cloneable
The result of a DescribeAvailabilityOptions
request. Indicates
whether or not the Multi-AZ option is enabled for the domain specified in the
request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The availability options configured for the domain.int
hashCode()
void
setAvailabilityOptions
(AvailabilityOptionsStatus availabilityOptions) The availability options configured for the domain.toString()
Returns a string representation of this object; useful for testing and debugging.withAvailabilityOptions
(AvailabilityOptionsStatus availabilityOptions) The availability options configured for the domain.
-
Constructor Details
-
DescribeAvailabilityOptionsResult
public DescribeAvailabilityOptionsResult()
-
-
Method Details
-
setAvailabilityOptions
The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
- Parameters:
availabilityOptions
- The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
-
getAvailabilityOptions
The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
- Returns:
- The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
-
withAvailabilityOptions
public DescribeAvailabilityOptionsResult withAvailabilityOptions(AvailabilityOptionsStatus availabilityOptions) The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
- Parameters:
availabilityOptions
- The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-