Class CfnScalingPolicy.PredictiveScalingMetricDataQueryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.applicationautoscaling.CfnScalingPolicy.PredictiveScalingMetricDataQueryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnScalingPolicy.PredictiveScalingMetricDataQueryProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnScalingPolicy.PredictiveScalingMetricDataQueryProperty
@Stability(Stable)
@Internal
public static final class CfnScalingPolicy.PredictiveScalingMetricDataQueryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnScalingPolicy.PredictiveScalingMetricDataQueryProperty
An implementation for
CfnScalingPolicy.PredictiveScalingMetricDataQueryProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.applicationautoscaling.CfnScalingPolicy.PredictiveScalingMetricDataQueryProperty
CfnScalingPolicy.PredictiveScalingMetricDataQueryProperty.Builder, CfnScalingPolicy.PredictiveScalingMetricDataQueryProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnScalingPolicy.PredictiveScalingMetricDataQueryProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe math expression to perform on the returned data, if this object is performing a math expression.final StringgetId()A short name that identifies the object's results in the response.final StringgetLabel()A human-readable label for this metric or expression.final Objectfinal ObjectIndicates whether to return the timestamps and raw data values of this metric.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnScalingPolicy.PredictiveScalingMetricDataQueryProperty.Builder.
-
-
Method Details
-
getExpression
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricDataQueryPropertyThe math expression to perform on the returned data, if this object is performing a math expression.- Specified by:
getExpressionin interfaceCfnScalingPolicy.PredictiveScalingMetricDataQueryProperty- See Also:
-
getId
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricDataQueryPropertyA short name that identifies the object's results in the response.- Specified by:
getIdin interfaceCfnScalingPolicy.PredictiveScalingMetricDataQueryProperty- See Also:
-
getLabel
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricDataQueryPropertyA human-readable label for this metric or expression.This is especially useful if this is a math expression, so that you know what the value represents.
- Specified by:
getLabelin interfaceCfnScalingPolicy.PredictiveScalingMetricDataQueryProperty- See Also:
-
getMetricStat
- Specified by:
getMetricStatin interfaceCfnScalingPolicy.PredictiveScalingMetricDataQueryProperty- See Also:
-
getReturnData
Description copied from interface:CfnScalingPolicy.PredictiveScalingMetricDataQueryPropertyIndicates whether to return the timestamps and raw data values of this metric.- Specified by:
getReturnDatain interfaceCfnScalingPolicy.PredictiveScalingMetricDataQueryProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-