Class CfnAnalysis.GrowthRateComputationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.GrowthRateComputationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.GrowthRateComputationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.GrowthRateComputationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.GrowthRateComputationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.GrowthRateComputationProperty
An implementation for
CfnAnalysis.GrowthRateComputationProperty-
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.quicksight.CfnAnalysis.GrowthRateComputationProperty
CfnAnalysis.GrowthRateComputationProperty.Builder, CfnAnalysis.GrowthRateComputationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.GrowthRateComputationProperty.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 ID for a computation.final StringgetName()The name of a computation.final NumberThe period size setup of a growth rate computation.final ObjectgetTime()The time field that is used in a computation.final ObjectgetValue()The value field that is used in a computation.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 theCfnAnalysis.GrowthRateComputationProperty.Builder.
-
-
Method Details
-
getComputationId
Description copied from interface:CfnAnalysis.GrowthRateComputationPropertyThe ID for a computation.- Specified by:
getComputationIdin interfaceCfnAnalysis.GrowthRateComputationProperty- See Also:
-
getName
Description copied from interface:CfnAnalysis.GrowthRateComputationPropertyThe name of a computation.- Specified by:
getNamein interfaceCfnAnalysis.GrowthRateComputationProperty- See Also:
-
getPeriodSize
Description copied from interface:CfnAnalysis.GrowthRateComputationPropertyThe period size setup of a growth rate computation.Default: - 0
- Specified by:
getPeriodSizein interfaceCfnAnalysis.GrowthRateComputationProperty- See Also:
-
getTime
Description copied from interface:CfnAnalysis.GrowthRateComputationPropertyThe time field that is used in a computation.Returns union: either
IResolvableorCfnAnalysis.DimensionFieldProperty- Specified by:
getTimein interfaceCfnAnalysis.GrowthRateComputationProperty- See Also:
-
getValue
Description copied from interface:CfnAnalysis.GrowthRateComputationPropertyThe value field that is used in a computation.Returns union: either
IResolvableorCfnAnalysis.MeasureFieldProperty- Specified by:
getValuein interfaceCfnAnalysis.GrowthRateComputationProperty- 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()
-