Class DescribeAvailabilityOptionsResult
- java.lang.Object
-
- com.amazonaws.services.cloudsearchv2.model.DescribeAvailabilityOptionsResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DescribeAvailabilityOptionsResult extends Object implements Serializable, Cloneable
The result of a
DescribeAvailabilityOptionsrequest. Indicates whether or not the Multi-AZ option is enabled for the domain specified in the request.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeAvailabilityOptionsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeAvailabilityOptionsResultclone()booleanequals(Object obj)AvailabilityOptionsStatusgetAvailabilityOptions()The availability options configured for the domain.inthashCode()voidsetAvailabilityOptions(AvailabilityOptionsStatus availabilityOptions)The availability options configured for the domain.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeAvailabilityOptionsResultwithAvailabilityOptions(AvailabilityOptionsStatus availabilityOptions)The availability options configured for the domain.
-
-
-
Method Detail
-
setAvailabilityOptions
public void setAvailabilityOptions(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.
-
getAvailabilityOptions
public AvailabilityOptionsStatus 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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeAvailabilityOptionsResult clone()
-
-