Class CfnDashboard.ForecastComputationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.ForecastComputationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.ForecastComputationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.ForecastComputationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.ForecastComputationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.ForecastComputationProperty
An implementation for
CfnDashboard.ForecastComputationProperty-
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.CfnDashboard.ForecastComputationProperty
CfnDashboard.ForecastComputationProperty.Builder, CfnDashboard.ForecastComputationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.ForecastComputationProperty.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 NumberThe custom seasonality value setup of a forecast computation.final NumberThe lower boundary setup of a forecast computation.final StringgetName()The name of a computation.final NumberThe periods backward setup of a forecast computation.final NumberThe periods forward setup of a forecast computation.final NumberThe prediction interval setup of a forecast computation.final StringThe seasonality setup of a forecast computation.final ObjectgetTime()The time field that is used in a computation.final NumberThe upper boundary setup of a forecast 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 theCfnDashboard.ForecastComputationProperty.Builder.
-
-
Method Details
-
getComputationId
Description copied from interface:CfnDashboard.ForecastComputationPropertyThe ID for a computation.- Specified by:
getComputationIdin interfaceCfnDashboard.ForecastComputationProperty- See Also:
-
getCustomSeasonalityValue
Description copied from interface:CfnDashboard.ForecastComputationPropertyThe custom seasonality value setup of a forecast computation.- Specified by:
getCustomSeasonalityValuein interfaceCfnDashboard.ForecastComputationProperty- See Also:
-
getLowerBoundary
Description copied from interface:CfnDashboard.ForecastComputationPropertyThe lower boundary setup of a forecast computation.- Specified by:
getLowerBoundaryin interfaceCfnDashboard.ForecastComputationProperty- See Also:
-
getName
Description copied from interface:CfnDashboard.ForecastComputationPropertyThe name of a computation.- Specified by:
getNamein interfaceCfnDashboard.ForecastComputationProperty- See Also:
-
getPeriodsBackward
Description copied from interface:CfnDashboard.ForecastComputationPropertyThe periods backward setup of a forecast computation.- Specified by:
getPeriodsBackwardin interfaceCfnDashboard.ForecastComputationProperty- See Also:
-
getPeriodsForward
Description copied from interface:CfnDashboard.ForecastComputationPropertyThe periods forward setup of a forecast computation.- Specified by:
getPeriodsForwardin interfaceCfnDashboard.ForecastComputationProperty- See Also:
-
getPredictionInterval
Description copied from interface:CfnDashboard.ForecastComputationPropertyThe prediction interval setup of a forecast computation.- Specified by:
getPredictionIntervalin interfaceCfnDashboard.ForecastComputationProperty- See Also:
-
getSeasonality
Description copied from interface:CfnDashboard.ForecastComputationPropertyThe seasonality setup of a forecast computation. Choose one of the following options:.AUTOMATICCUSTOM: Checks the custom seasonality value.
- Specified by:
getSeasonalityin interfaceCfnDashboard.ForecastComputationProperty- See Also:
-
getTime
Description copied from interface:CfnDashboard.ForecastComputationPropertyThe time field that is used in a computation.Returns union: either
IResolvableorCfnDashboard.DimensionFieldProperty- Specified by:
getTimein interfaceCfnDashboard.ForecastComputationProperty- See Also:
-
getUpperBoundary
Description copied from interface:CfnDashboard.ForecastComputationPropertyThe upper boundary setup of a forecast computation.- Specified by:
getUpperBoundaryin interfaceCfnDashboard.ForecastComputationProperty- See Also:
-
getValue
Description copied from interface:CfnDashboard.ForecastComputationPropertyThe value field that is used in a computation.Returns union: either
IResolvableorCfnDashboard.MeasureFieldProperty- Specified by:
getValuein interfaceCfnDashboard.ForecastComputationProperty- 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()
-