com.amazonaws.services.cloudsearch.model
Class UpdateAvailabilityOptionsResult

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

Deprecated. Use UpdateAvailabilityOptionsResult instead.

@Deprecated
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()
          Deprecated.  
 
Method Summary
 boolean equals(Object obj)
          Deprecated.  
 AvailabilityOptionsStatus getAvailabilityOptions()
          Deprecated. The newly-configured availability options.
 int hashCode()
          Deprecated.  
 void setAvailabilityOptions(AvailabilityOptionsStatus availabilityOptions)
          Deprecated. The newly-configured availability options.
 String toString()
          Deprecated. Returns a string representation of this object; useful for testing and debugging.
 UpdateAvailabilityOptionsResult withAvailabilityOptions(AvailabilityOptionsStatus availabilityOptions)
          Deprecated. 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()
Deprecated. 
Method Detail

getAvailabilityOptions

public AvailabilityOptionsStatus getAvailabilityOptions()
Deprecated. 
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)
Deprecated. 
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)
Deprecated. 
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()
Deprecated. 
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()
Deprecated. 
Overrides:
hashCode in class Object

equals

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


Copyright © 2016. All rights reserved.