Class CfnAnalysis.ParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.ParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.ParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.ParametersProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.ParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.ParametersProperty
An implementation for
CfnAnalysis.ParametersProperty-
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.CfnAnalysis.ParametersProperty
CfnAnalysis.ParametersProperty.Builder, CfnAnalysis.ParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.ParametersProperty.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 booleanfinal ObjectThe parameters that have a data type of date-time.final ObjectThe parameters that have a data type of decimal.final ObjectThe parameters that have a data type of integer.final ObjectThe parameters that have a data type of string.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 theCfnAnalysis.ParametersProperty.Builder.
-
-
Method Details
-
getDateTimeParameters
Description copied from interface:CfnAnalysis.ParametersPropertyThe parameters that have a data type of date-time.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.DateTimeParameterProperty>- Specified by:
getDateTimeParametersin interfaceCfnAnalysis.ParametersProperty- See Also:
-
getDecimalParameters
Description copied from interface:CfnAnalysis.ParametersPropertyThe parameters that have a data type of decimal.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.DecimalParameterProperty>- Specified by:
getDecimalParametersin interfaceCfnAnalysis.ParametersProperty- See Also:
-
getIntegerParameters
Description copied from interface:CfnAnalysis.ParametersPropertyThe parameters that have a data type of integer.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.IntegerParameterProperty>- Specified by:
getIntegerParametersin interfaceCfnAnalysis.ParametersProperty- See Also:
-
getStringParameters
Description copied from interface:CfnAnalysis.ParametersPropertyThe parameters that have a data type of string.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.StringParameterProperty>- Specified by:
getStringParametersin interfaceCfnAnalysis.ParametersProperty- 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()
-