Class CfnTemplate.CustomParameterValuesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.CustomParameterValuesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.CustomParameterValuesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.CustomParameterValuesProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.CustomParameterValuesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.CustomParameterValuesProperty
An implementation for
CfnTemplate.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.CfnTemplate.CustomParameterValuesProperty
CfnTemplate.CustomParameterValuesProperty.Builder, CfnTemplate.CustomParameterValuesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.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 theCfnTemplate.CustomParameterValuesProperty.Builder.
-
-
Method Details
-
getDateTimeValues
Description copied from interface:CfnTemplate.CustomParameterValuesPropertyA list of datetime-type parameter values.- Specified by:
getDateTimeValuesin interfaceCfnTemplate.CustomParameterValuesProperty- See Also:
-
getDecimalValues
Description copied from interface:CfnTemplate.CustomParameterValuesPropertyA list of decimal-type parameter values.Returns union: either Listinvalid input: '<'
Number> orIResolvable- Specified by:
getDecimalValuesin interfaceCfnTemplate.CustomParameterValuesProperty- See Also:
-
getIntegerValues
Description copied from interface:CfnTemplate.CustomParameterValuesPropertyA list of integer-type parameter values.Returns union: either Listinvalid input: '<'
Number> orIResolvable- Specified by:
getIntegerValuesin interfaceCfnTemplate.CustomParameterValuesProperty- See Also:
-
getStringValues
Description copied from interface:CfnTemplate.CustomParameterValuesPropertyA list of string-type parameter values.- Specified by:
getStringValuesin interfaceCfnTemplate.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()
-