Class CfnAnalysis.TimeBasedForecastPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.TimeBasedForecastPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.TimeBasedForecastPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.TimeBasedForecastPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.TimeBasedForecastPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.TimeBasedForecastPropertiesProperty
An implementation for
CfnAnalysis.TimeBasedForecastPropertiesProperty-
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.TimeBasedForecastPropertiesProperty
CfnAnalysis.TimeBasedForecastPropertiesProperty.Builder, CfnAnalysis.TimeBasedForecastPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.TimeBasedForecastPropertiesProperty.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 NumberThe lower boundary setup of a forecast 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 NumberThe seasonality setup of a forecast computation.final NumberThe upper boundary setup of a forecast 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.TimeBasedForecastPropertiesProperty.Builder.
-
-
Method Details
-
getLowerBoundary
Description copied from interface:CfnAnalysis.TimeBasedForecastPropertiesPropertyThe lower boundary setup of a forecast computation.- Specified by:
getLowerBoundaryin interfaceCfnAnalysis.TimeBasedForecastPropertiesProperty- See Also:
-
getPeriodsBackward
Description copied from interface:CfnAnalysis.TimeBasedForecastPropertiesPropertyThe periods backward setup of a forecast computation.- Specified by:
getPeriodsBackwardin interfaceCfnAnalysis.TimeBasedForecastPropertiesProperty- See Also:
-
getPeriodsForward
Description copied from interface:CfnAnalysis.TimeBasedForecastPropertiesPropertyThe periods forward setup of a forecast computation.- Specified by:
getPeriodsForwardin interfaceCfnAnalysis.TimeBasedForecastPropertiesProperty- See Also:
-
getPredictionInterval
Description copied from interface:CfnAnalysis.TimeBasedForecastPropertiesPropertyThe prediction interval setup of a forecast computation.- Specified by:
getPredictionIntervalin interfaceCfnAnalysis.TimeBasedForecastPropertiesProperty- See Also:
-
getSeasonality
Description copied from interface:CfnAnalysis.TimeBasedForecastPropertiesPropertyThe seasonality setup of a forecast computation. Choose one of the following options:.NULL: The input is set toNULL.NON_NULL: The input is set to a custom value.
- Specified by:
getSeasonalityin interfaceCfnAnalysis.TimeBasedForecastPropertiesProperty- See Also:
-
getUpperBoundary
Description copied from interface:CfnAnalysis.TimeBasedForecastPropertiesPropertyThe upper boundary setup of a forecast computation.- Specified by:
getUpperBoundaryin interfaceCfnAnalysis.TimeBasedForecastPropertiesProperty- 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()
-