Class CfnAnalysis.WhatIfRangeScenarioProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.WhatIfRangeScenarioProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.WhatIfRangeScenarioProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.WhatIfRangeScenarioProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.WhatIfRangeScenarioProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.WhatIfRangeScenarioProperty
An implementation for
CfnAnalysis.WhatIfRangeScenarioProperty
-
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.WhatIfRangeScenarioProperty
CfnAnalysis.WhatIfRangeScenarioProperty.Builder, CfnAnalysis.WhatIfRangeScenarioProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.WhatIfRangeScenarioProperty.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 end date in the date range that you need the forecast results for.final String
The start date in the date range that you need the forecast results for.final Number
getValue()
The target value that you want to meet for the provided date range.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.WhatIfRangeScenarioProperty.Builder
.
-
-
Method Details
-
getEndDate
Description copied from interface:CfnAnalysis.WhatIfRangeScenarioProperty
The end date in the date range that you need the forecast results for.- Specified by:
getEndDate
in interfaceCfnAnalysis.WhatIfRangeScenarioProperty
- See Also:
-
getStartDate
Description copied from interface:CfnAnalysis.WhatIfRangeScenarioProperty
The start date in the date range that you need the forecast results for.- Specified by:
getStartDate
in interfaceCfnAnalysis.WhatIfRangeScenarioProperty
- See Also:
-
getValue
Description copied from interface:CfnAnalysis.WhatIfRangeScenarioProperty
The target value that you want to meet for the provided date range.Default: - 0
- Specified by:
getValue
in interfaceCfnAnalysis.WhatIfRangeScenarioProperty
- 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()
-