Class UpdateScalingParametersResult
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.UpdateScalingParametersResult
- All Implemented Interfaces:
Serializable
,Cloneable
The result of a UpdateScalingParameters
request. Contains the
status of the newly-configured scaling parameters.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setScalingParameters
(ScalingParametersStatus scalingParameters) toString()
Returns a string representation of this object; useful for testing and debugging.withScalingParameters
(ScalingParametersStatus scalingParameters)
-
Constructor Details
-
UpdateScalingParametersResult
public UpdateScalingParametersResult()
-
-
Method Details
-
setScalingParameters
- Parameters:
scalingParameters
-
-
getScalingParameters
- Returns:
-
withScalingParameters
public UpdateScalingParametersResult withScalingParameters(ScalingParametersStatus scalingParameters) - Parameters:
scalingParameters
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-