public static final class ScalingInterval.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ScalingInterval
ScalingInterval
ScalingInterval.Builder, ScalingInterval.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getChange()
The capacity adjustment to apply in this interval.
|
java.lang.Number |
getLower()
The lower bound of the interval.
|
java.lang.Number |
getUpper()
The upper bound of the interval.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getChange()
ScalingInterval
The number is interpreted differently based on AdjustmentType:
getChange
in interface ScalingInterval
public final java.lang.Number getLower()
ScalingInterval
The scaling adjustment will be applied if the metric is higher than this value.
Default: Threshold automatically derived from neighbouring intervals
getLower
in interface ScalingInterval
public final java.lang.Number getUpper()
ScalingInterval
The scaling adjustment will be applied if the metric is lower than this value.
Default: Threshold automatically derived from neighbouring intervals
getUpper
in interface ScalingInterval
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()