Class UpdateAvailabilityOptionsResult

    • Constructor Detail

      • UpdateAvailabilityOptionsResult

        public UpdateAvailabilityOptionsResult()
    • Method Detail

      • setAvailabilityOptions

        public void setAvailabilityOptions​(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.
      • getAvailabilityOptions

        public AvailabilityOptionsStatus 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

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object