Class CfnDashboard.CustomParameterValuesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.CustomParameterValuesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.CustomParameterValuesProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.CustomParameterValuesProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.CustomParameterValuesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.CustomParameterValuesProperty
An implementation for
CfnDashboard.CustomParameterValuesProperty
-
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.CfnDashboard.CustomParameterValuesProperty
CfnDashboard.CustomParameterValuesProperty.Builder, CfnDashboard.CustomParameterValuesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.CustomParameterValuesProperty.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
A list of datetime-type parameter values.final Object
A list of decimal-type parameter values.final Object
A list of integer-type parameter values.A list of string-type parameter values.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 theCfnDashboard.CustomParameterValuesProperty.Builder
.
-
-
Method Details
-
getDateTimeValues
Description copied from interface:CfnDashboard.CustomParameterValuesProperty
A list of datetime-type parameter values.- Specified by:
getDateTimeValues
in interfaceCfnDashboard.CustomParameterValuesProperty
- See Also:
-
getDecimalValues
Description copied from interface:CfnDashboard.CustomParameterValuesProperty
A list of decimal-type parameter values.- Specified by:
getDecimalValues
in interfaceCfnDashboard.CustomParameterValuesProperty
- See Also:
-
getIntegerValues
Description copied from interface:CfnDashboard.CustomParameterValuesProperty
A list of integer-type parameter values.- Specified by:
getIntegerValues
in interfaceCfnDashboard.CustomParameterValuesProperty
- See Also:
-
getStringValues
Description copied from interface:CfnDashboard.CustomParameterValuesProperty
A list of string-type parameter values.- Specified by:
getStringValues
in interfaceCfnDashboard.CustomParameterValuesProperty
- 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()
-