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