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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.CustomParameterValuesProperty
CfnDashboard.CustomParameterValuesProperty.Builder, CfnDashboard.CustomParameterValuesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.CustomParameterValuesProperty.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 booleanA list of datetime-type parameter values.final ObjectA list of decimal-type parameter values.final ObjectA list of integer-type parameter values.A list of string-type parameter values.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 theCfnDashboard.CustomParameterValuesProperty.Builder.
-
-
Method Details
-
getDateTimeValues
Description copied from interface:CfnDashboard.CustomParameterValuesPropertyA list of datetime-type parameter values.- Specified by:
getDateTimeValuesin interfaceCfnDashboard.CustomParameterValuesProperty- See Also:
-
getDecimalValues
Description copied from interface:CfnDashboard.CustomParameterValuesPropertyA list of decimal-type parameter values.Returns union: either Listinvalid input: '<'
Number> orIResolvable- Specified by:
getDecimalValuesin interfaceCfnDashboard.CustomParameterValuesProperty- See Also:
-
getIntegerValues
Description copied from interface:CfnDashboard.CustomParameterValuesPropertyA list of integer-type parameter values.Returns union: either Listinvalid input: '<'
Number> orIResolvable- Specified by:
getIntegerValuesin interfaceCfnDashboard.CustomParameterValuesProperty- See Also:
-
getStringValues
Description copied from interface:CfnDashboard.CustomParameterValuesPropertyA list of string-type parameter values.- Specified by:
getStringValuesin interfaceCfnDashboard.CustomParameterValuesProperty- 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()
-