Class CfnTemplate.IntegerParameterDeclarationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.IntegerParameterDeclarationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.IntegerParameterDeclarationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.IntegerParameterDeclarationProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.IntegerParameterDeclarationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.IntegerParameterDeclarationProperty
An implementation for
CfnTemplate.IntegerParameterDeclarationProperty-
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.IntegerParameterDeclarationProperty
CfnTemplate.IntegerParameterDeclarationProperty.Builder, CfnTemplate.IntegerParameterDeclarationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.IntegerParameterDeclarationProperty.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 default values of a parameter.final ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.MappedDataSetParameterProperty>final StringgetName()The name of the parameter that is being declared.final StringThe value type determines whether the parameter is a single-value or multi-value parameter.final ObjectA parameter declaration for theIntegerdata type.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.IntegerParameterDeclarationProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnTemplate.IntegerParameterDeclarationPropertyThe name of the parameter that is being declared.- Specified by:
getNamein interfaceCfnTemplate.IntegerParameterDeclarationProperty- See Also:
-
getParameterValueType
Description copied from interface:CfnTemplate.IntegerParameterDeclarationPropertyThe value type determines whether the parameter is a single-value or multi-value parameter.- Specified by:
getParameterValueTypein interfaceCfnTemplate.IntegerParameterDeclarationProperty- See Also:
-
getDefaultValues
Description copied from interface:CfnTemplate.IntegerParameterDeclarationPropertyThe default values of a parameter.If the parameter is a single-value parameter, a maximum of one default value can be provided.
Returns union: either
IResolvableorCfnTemplate.IntegerDefaultValuesProperty- Specified by:
getDefaultValuesin interfaceCfnTemplate.IntegerParameterDeclarationProperty- See Also:
-
getMappedDataSetParameters
Description copied from interface:CfnTemplate.IntegerParameterDeclarationPropertyReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.MappedDataSetParameterProperty>- Specified by:
getMappedDataSetParametersin interfaceCfnTemplate.IntegerParameterDeclarationProperty- See Also:
-
getValueWhenUnset
Description copied from interface:CfnTemplate.IntegerParameterDeclarationPropertyA parameter declaration for theIntegerdata type.Returns union: either
IResolvableorCfnTemplate.IntegerValueWhenUnsetConfigurationProperty- Specified by:
getValueWhenUnsetin interfaceCfnTemplate.IntegerParameterDeclarationProperty- 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()
-