com.amazonaws.services.cloudsearchv2.model
Class AvailabilityOptionsStatus

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

public class AvailabilityOptionsStatus
extends Object
implements Serializable

The status and configuration of the domain's availability options.

See Also:
Serialized Form

Constructor Summary
AvailabilityOptionsStatus()
           
 
Method Summary
 boolean equals(Object obj)
           
 Boolean getOptions()
          The availability options configured for the domain.
 OptionStatus getStatus()
          The status of domain configuration option.
 int hashCode()
           
 Boolean isOptions()
          The availability options configured for the domain.
 void setOptions(Boolean options)
          The availability options configured for the domain.
 void setStatus(OptionStatus status)
          The status of domain configuration option.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 AvailabilityOptionsStatus withOptions(Boolean options)
          The availability options configured for the domain.
 AvailabilityOptionsStatus withStatus(OptionStatus status)
          The status of domain configuration option.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AvailabilityOptionsStatus

public AvailabilityOptionsStatus()
Method Detail

isOptions

public Boolean isOptions()
The availability options configured for the domain.

Returns:
The availability options configured for the domain.

setOptions

public void setOptions(Boolean options)
The availability options configured for the domain.

Parameters:
options - The availability options configured for the domain.

withOptions

public AvailabilityOptionsStatus withOptions(Boolean options)
The availability options configured for the domain.

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

Parameters:
options - The availability options configured for the domain.
Returns:
A reference to this updated object so that method calls can be chained together.

getOptions

public Boolean getOptions()
The availability options configured for the domain.

Returns:
The availability options configured for the domain.

getStatus

public OptionStatus getStatus()
The status of domain configuration option.

Returns:
The status of domain configuration option.

setStatus

public void setStatus(OptionStatus status)
The status of domain configuration option.

Parameters:
status - The status of domain configuration option.

withStatus

public AvailabilityOptionsStatus withStatus(OptionStatus status)
The status of domain configuration option.

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

Parameters:
status - The status of domain configuration option.
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.