Class ScalingParametersStatus
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.ScalingParametersStatus
- All Implemented Interfaces:
Serializable
,Cloneable
The status and configuration of a search domain's scaling parameters.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setOptions
(ScalingParameters options) void
setStatus
(OptionStatus status) toString()
Returns a string representation of this object; useful for testing and debugging.withOptions
(ScalingParameters options) withStatus
(OptionStatus status)
-
Constructor Details
-
ScalingParametersStatus
public ScalingParametersStatus()
-
-
Method Details
-
setOptions
- Parameters:
options
-
-
getOptions
- Returns:
-
withOptions
- Parameters:
options
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
- Parameters:
status
-
-
getStatus
- Returns:
-
withStatus
- Parameters:
status
-- 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
-