com.amazonaws.services.cloudsearchv2.model
Class UpdateScalingParametersResult

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

public class UpdateScalingParametersResult
extends Object
implements Serializable

The result of a UpdateScalingParameters request. Contains the status of the newly-configured scaling parameters.

See Also:
Serialized Form

Constructor Summary
UpdateScalingParametersResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 ScalingParametersStatus getScalingParameters()
          The status and configuration of a search domain's scaling parameters.
 int hashCode()
           
 void setScalingParameters(ScalingParametersStatus scalingParameters)
          The status and configuration of a search domain's scaling parameters.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 UpdateScalingParametersResult withScalingParameters(ScalingParametersStatus scalingParameters)
          The status and configuration of a search domain's scaling parameters.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateScalingParametersResult

public UpdateScalingParametersResult()
Method Detail

getScalingParameters

public ScalingParametersStatus getScalingParameters()
The status and configuration of a search domain's scaling parameters.

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

setScalingParameters

public void setScalingParameters(ScalingParametersStatus scalingParameters)
The status and configuration of a search domain's scaling parameters.

Parameters:
scalingParameters - The status and configuration of a search domain's scaling parameters.

withScalingParameters

public UpdateScalingParametersResult withScalingParameters(ScalingParametersStatus scalingParameters)
The status and configuration of a search domain's scaling parameters.

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

Parameters:
scalingParameters - The status and configuration of a search domain's scaling parameters.
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.