com.amazonaws.services.cloudsearchv2.model
Class UpdateAvailabilityOptionsResult

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

public class UpdateAvailabilityOptionsResult
extends Object
implements Serializable

The result of a UpdateAvailabilityOptions request. Contains the status of the domain's availability options.

See Also:
Serialized Form

Constructor Summary
UpdateAvailabilityOptionsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 AvailabilityOptionsStatus getAvailabilityOptions()
          The newly-configured availability options.
 int hashCode()
           
 void setAvailabilityOptions(AvailabilityOptionsStatus availabilityOptions)
          The newly-configured availability options.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 UpdateAvailabilityOptionsResult withAvailabilityOptions(AvailabilityOptionsStatus availabilityOptions)
          The newly-configured availability options.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateAvailabilityOptionsResult

public UpdateAvailabilityOptionsResult()
Method Detail

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.

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.

withAvailabilityOptions

public UpdateAvailabilityOptionsResult withAvailabilityOptions(AvailabilityOptionsStatus availabilityOptions)
The newly-configured availability options. 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 newly-configured availability options. 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.