com.amazonaws.services.cloudsearchv2.model
Class ScalingParametersStatus

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

public class ScalingParametersStatus
extends Object
implements Serializable

The status and configuration of a search domain's scaling parameters.

See Also:
Serialized Form

Constructor Summary
ScalingParametersStatus()
           
 
Method Summary
 boolean equals(Object obj)
           
 ScalingParameters getOptions()
          The desired instance type and desired number of replicas of each index partition.
 OptionStatus getStatus()
          The status of domain configuration option.
 int hashCode()
           
 void setOptions(ScalingParameters options)
          The desired instance type and desired number of replicas of each index partition.
 void setStatus(OptionStatus status)
          The status of domain configuration option.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ScalingParametersStatus withOptions(ScalingParameters options)
          The desired instance type and desired number of replicas of each index partition.
 ScalingParametersStatus 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

ScalingParametersStatus

public ScalingParametersStatus()
Method Detail

getOptions

public ScalingParameters getOptions()
The desired instance type and desired number of replicas of each index partition.

Returns:
The desired instance type and desired number of replicas of each index partition.

setOptions

public void setOptions(ScalingParameters options)
The desired instance type and desired number of replicas of each index partition.

Parameters:
options - The desired instance type and desired number of replicas of each index partition.

withOptions

public ScalingParametersStatus withOptions(ScalingParameters options)
The desired instance type and desired number of replicas of each index partition.

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

Parameters:
options - The desired instance type and desired number of replicas of each index partition.
Returns:
A reference to this updated object so that method calls can be chained together.

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 ScalingParametersStatus 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.