Class CfnAnalysis.ForecastComputationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.ForecastComputationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.ForecastComputationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.ForecastComputationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.ForecastComputationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.ForecastComputationProperty
An implementation for
CfnAnalysis.ForecastComputationProperty
-
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.ForecastComputationProperty
CfnAnalysis.ForecastComputationProperty.Builder, CfnAnalysis.ForecastComputationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.ForecastComputationProperty.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 String
The ID for a computation.final Number
The custom seasonality value setup of a forecast computation.final Number
The lower boundary setup of a forecast computation.final String
getName()
The name of a 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 String
The seasonality setup of a forecast computation.final Object
getTime()
The time field that is used in a computation.final Number
The upper boundary setup of a forecast computation.final Object
getValue()
The value field that is used in a 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.ForecastComputationProperty.Builder
.
-
-
Method Details
-
getComputationId
Description copied from interface:CfnAnalysis.ForecastComputationProperty
The ID for a computation.- Specified by:
getComputationId
in interfaceCfnAnalysis.ForecastComputationProperty
- See Also:
-
getCustomSeasonalityValue
Description copied from interface:CfnAnalysis.ForecastComputationProperty
The custom seasonality value setup of a forecast computation.- Specified by:
getCustomSeasonalityValue
in interfaceCfnAnalysis.ForecastComputationProperty
- See Also:
-
getLowerBoundary
Description copied from interface:CfnAnalysis.ForecastComputationProperty
The lower boundary setup of a forecast computation.- Specified by:
getLowerBoundary
in interfaceCfnAnalysis.ForecastComputationProperty
- See Also:
-
getName
Description copied from interface:CfnAnalysis.ForecastComputationProperty
The name of a computation.- Specified by:
getName
in interfaceCfnAnalysis.ForecastComputationProperty
- See Also:
-
getPeriodsBackward
Description copied from interface:CfnAnalysis.ForecastComputationProperty
The periods backward setup of a forecast computation.- Specified by:
getPeriodsBackward
in interfaceCfnAnalysis.ForecastComputationProperty
- See Also:
-
getPeriodsForward
Description copied from interface:CfnAnalysis.ForecastComputationProperty
The periods forward setup of a forecast computation.- Specified by:
getPeriodsForward
in interfaceCfnAnalysis.ForecastComputationProperty
- See Also:
-
getPredictionInterval
Description copied from interface:CfnAnalysis.ForecastComputationProperty
The prediction interval setup of a forecast computation.- Specified by:
getPredictionInterval
in interfaceCfnAnalysis.ForecastComputationProperty
- See Also:
-
getSeasonality
Description copied from interface:CfnAnalysis.ForecastComputationProperty
The seasonality setup of a forecast computation. Choose one of the following options:.AUTOMATIC
CUSTOM
: Checks the custom seasonality value.
- Specified by:
getSeasonality
in interfaceCfnAnalysis.ForecastComputationProperty
- See Also:
-
getTime
Description copied from interface:CfnAnalysis.ForecastComputationProperty
The time field that is used in a computation.- Specified by:
getTime
in interfaceCfnAnalysis.ForecastComputationProperty
- See Also:
-
getUpperBoundary
Description copied from interface:CfnAnalysis.ForecastComputationProperty
The upper boundary setup of a forecast computation.- Specified by:
getUpperBoundary
in interfaceCfnAnalysis.ForecastComputationProperty
- See Also:
-
getValue
Description copied from interface:CfnAnalysis.ForecastComputationProperty
The value field that is used in a computation.- Specified by:
getValue
in interfaceCfnAnalysis.ForecastComputationProperty
- 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()
-