Class UpdateAvailabilityOptionsResult
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.UpdateAvailabilityOptionsResult
- All Implemented Interfaces:
Serializable, Cloneable
The result of a UpdateAvailabilityOptions request. Contains the
status of the domain's availability options.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe newly-configured availability options.inthashCode()voidsetAvailabilityOptions(AvailabilityOptionsStatus availabilityOptions) The newly-configured availability options.toString()Returns a string representation of this object; useful for testing and debugging.withAvailabilityOptions(AvailabilityOptionsStatus availabilityOptions) The newly-configured availability options.
-
Constructor Details
-
UpdateAvailabilityOptionsResult
public UpdateAvailabilityOptionsResult()
-
-
Method Details
-
setAvailabilityOptions
The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.
- Parameters:
availabilityOptions- The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.
-
getAvailabilityOptions
The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.
- Returns:
- The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.
-
withAvailabilityOptions
public UpdateAvailabilityOptionsResult withAvailabilityOptions(AvailabilityOptionsStatus availabilityOptions) The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.
- Parameters:
availabilityOptions- The newly-configured availability options. 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
-
equals
-
hashCode
-
clone
-