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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.TimeBasedForecastPropertiesProperty
CfnAnalysis.TimeBasedForecastPropertiesProperty.Builder, CfnAnalysis.TimeBasedForecastPropertiesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.TimeBasedForecastPropertiesProperty.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 Number
The lower boundary setup of a forecast computation.final Number
The periods backward setup of a forecast computation.final Number
The periods forward setup of a forecast computation.final Number
The prediction interval setup of a forecast computation.final Number
The seasonality setup of a forecast computation.final Number
The upper boundary setup of a forecast computation.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 theCfnAnalysis.TimeBasedForecastPropertiesProperty.Builder
.
-
-
Method Details
-
getLowerBoundary
Description copied from interface:CfnAnalysis.TimeBasedForecastPropertiesProperty
The lower boundary setup of a forecast computation.- Specified by:
getLowerBoundary
in interfaceCfnAnalysis.TimeBasedForecastPropertiesProperty
- See Also:
-
getPeriodsBackward
Description copied from interface:CfnAnalysis.TimeBasedForecastPropertiesProperty
The periods backward setup of a forecast computation.- Specified by:
getPeriodsBackward
in interfaceCfnAnalysis.TimeBasedForecastPropertiesProperty
- See Also:
-
getPeriodsForward
Description copied from interface:CfnAnalysis.TimeBasedForecastPropertiesProperty
The periods forward setup of a forecast computation.- Specified by:
getPeriodsForward
in interfaceCfnAnalysis.TimeBasedForecastPropertiesProperty
- See Also:
-
getPredictionInterval
Description copied from interface:CfnAnalysis.TimeBasedForecastPropertiesProperty
The prediction interval setup of a forecast computation.- Specified by:
getPredictionInterval
in interfaceCfnAnalysis.TimeBasedForecastPropertiesProperty
- See Also:
-
getSeasonality
Description copied from interface:CfnAnalysis.TimeBasedForecastPropertiesProperty
The 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:
getSeasonality
in interfaceCfnAnalysis.TimeBasedForecastPropertiesProperty
- See Also:
-
getUpperBoundary
Description copied from interface:CfnAnalysis.TimeBasedForecastPropertiesProperty
The upper boundary setup of a forecast computation.- Specified by:
getUpperBoundary
in interfaceCfnAnalysis.TimeBasedForecastPropertiesProperty
- See Also:
-
$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()
-