Class CfnTemplate.ComputationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.ComputationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.ComputationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.ComputationProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.ComputationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.ComputationProperty
An implementation for
CfnTemplate.ComputationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnTemplate.ComputationProperty
CfnTemplate.ComputationProperty.Builder, CfnTemplate.ComputationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTemplate.ComputationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The forecast computation configuration.final Object
The growth rate computation configuration.final Object
The maximum and minimum computation configuration.final Object
The metric comparison computation configuration.final Object
The period over period computation configuration.final Object
The period toDataSetIdentifier
computation configuration.final Object
The top movers and bottom movers computation configuration.final Object
The top ranked and bottom ranked computation configuration.final Object
The total aggregation computation configuration.final Object
The unique values computation configuration.final int
hashCode()
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 theCfnTemplate.ComputationProperty.Builder
.
-
-
Method Details
-
getForecast
Description copied from interface:CfnTemplate.ComputationProperty
The forecast computation configuration.- Specified by:
getForecast
in interfaceCfnTemplate.ComputationProperty
-
getGrowthRate
Description copied from interface:CfnTemplate.ComputationProperty
The growth rate computation configuration.- Specified by:
getGrowthRate
in interfaceCfnTemplate.ComputationProperty
-
getMaximumMinimum
Description copied from interface:CfnTemplate.ComputationProperty
The maximum and minimum computation configuration.- Specified by:
getMaximumMinimum
in interfaceCfnTemplate.ComputationProperty
-
getMetricComparison
Description copied from interface:CfnTemplate.ComputationProperty
The metric comparison computation configuration.- Specified by:
getMetricComparison
in interfaceCfnTemplate.ComputationProperty
-
getPeriodOverPeriod
Description copied from interface:CfnTemplate.ComputationProperty
The period over period computation configuration.- Specified by:
getPeriodOverPeriod
in interfaceCfnTemplate.ComputationProperty
-
getPeriodToDate
Description copied from interface:CfnTemplate.ComputationProperty
The period toDataSetIdentifier
computation configuration.- Specified by:
getPeriodToDate
in interfaceCfnTemplate.ComputationProperty
-
getTopBottomMovers
Description copied from interface:CfnTemplate.ComputationProperty
The top movers and bottom movers computation configuration.- Specified by:
getTopBottomMovers
in interfaceCfnTemplate.ComputationProperty
-
getTopBottomRanked
Description copied from interface:CfnTemplate.ComputationProperty
The top ranked and bottom ranked computation configuration.- Specified by:
getTopBottomRanked
in interfaceCfnTemplate.ComputationProperty
-
getTotalAggregation
Description copied from interface:CfnTemplate.ComputationProperty
The total aggregation computation configuration.- Specified by:
getTotalAggregation
in interfaceCfnTemplate.ComputationProperty
-
getUniqueValues
Description copied from interface:CfnTemplate.ComputationProperty
The unique values computation configuration.- Specified by:
getUniqueValues
in interfaceCfnTemplate.ComputationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-