Class CfnAnalysis.IntegerParameterDeclarationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.IntegerParameterDeclarationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.IntegerParameterDeclarationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.IntegerParameterDeclarationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.IntegerParameterDeclarationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.IntegerParameterDeclarationProperty
An implementation for
CfnAnalysis.IntegerParameterDeclarationProperty
-
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.IntegerParameterDeclarationProperty
CfnAnalysis.IntegerParameterDeclarationProperty.Builder, CfnAnalysis.IntegerParameterDeclarationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.IntegerParameterDeclarationProperty.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
final Object
The default values of a parameter.final Object
final String
getName()
The name of the parameter that is being declared.final String
The value type determines whether the parameter is a single-value or multi-value parameter.final Object
A parameter declaration for theInteger
data type.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.IntegerParameterDeclarationProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnAnalysis.IntegerParameterDeclarationProperty
The name of the parameter that is being declared.- Specified by:
getName
in interfaceCfnAnalysis.IntegerParameterDeclarationProperty
- See Also:
-
getParameterValueType
Description copied from interface:CfnAnalysis.IntegerParameterDeclarationProperty
The value type determines whether the parameter is a single-value or multi-value parameter.- Specified by:
getParameterValueType
in interfaceCfnAnalysis.IntegerParameterDeclarationProperty
- See Also:
-
getDefaultValues
Description copied from interface:CfnAnalysis.IntegerParameterDeclarationProperty
The default values of a parameter.If the parameter is a single-value parameter, a maximum of one default value can be provided.
- Specified by:
getDefaultValues
in interfaceCfnAnalysis.IntegerParameterDeclarationProperty
- See Also:
-
getMappedDataSetParameters
- Specified by:
getMappedDataSetParameters
in interfaceCfnAnalysis.IntegerParameterDeclarationProperty
- See Also:
-
getValueWhenUnset
Description copied from interface:CfnAnalysis.IntegerParameterDeclarationProperty
A parameter declaration for theInteger
data type.- Specified by:
getValueWhenUnset
in interfaceCfnAnalysis.IntegerParameterDeclarationProperty
- 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()
-