|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudsearchv2.model.UpdateScalingParametersResult
public class UpdateScalingParametersResult
The result of a UpdateScalingParameters
request. Contains
the status of the newly-configured scaling parameters.
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 |
---|
public UpdateScalingParametersResult()
Method Detail |
---|
public ScalingParametersStatus getScalingParameters()
public void setScalingParameters(ScalingParametersStatus scalingParameters)
scalingParameters
- The status and configuration of a search domain's scaling parameters.public UpdateScalingParametersResult withScalingParameters(ScalingParametersStatus scalingParameters)
Returns a reference to this object so that method calls can be chained together.
scalingParameters
- The status and configuration of a search domain's scaling parameters.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |