com.amazonaws.services.cloudsearchv2.model
Class DescribeAvailabilityOptionsResult

java.lang.Object
  extended by com.amazonaws.services.cloudsearchv2.model.DescribeAvailabilityOptionsResult
All Implemented Interfaces:
Serializable

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.

See Also:
Serialized Form

Constructor Summary
DescribeAvailabilityOptionsResult()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeAvailabilityOptionsResult

public DescribeAvailabilityOptionsResult()
Method Detail

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.

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.

withAvailabilityOptions

public DescribeAvailabilityOptionsResult withAvailabilityOptions(AvailabilityOptionsStatus availabilityOptions)
The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.

Returns a reference to this object so that method calls can be chained together.

Parameters:
availabilityOptions - The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
Returns:
A reference to this updated 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

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.