Class CfnDashboardPropsMixin.NumberDisplayFormatConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.NumberDisplayFormatConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboardPropsMixin.NumberDisplayFormatConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboardPropsMixin.NumberDisplayFormatConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboardPropsMixin.NumberDisplayFormatConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboardPropsMixin.NumberDisplayFormatConfigurationProperty
An implementation for
CfnDashboardPropsMixin.NumberDisplayFormatConfigurationProperty-
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.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.NumberDisplayFormatConfigurationProperty
CfnDashboardPropsMixin.NumberDisplayFormatConfigurationProperty.Builder, CfnDashboardPropsMixin.NumberDisplayFormatConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboardPropsMixin.NumberDisplayFormatConfigurationProperty.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 option that determines the decimal places configuration.final ObjectThe options that determine the negative value configuration.final ObjectThe options that determine the null value format configuration.final StringDetermines the number scale value of the number format.final StringDetermines the prefix value of the number format.final ObjectThe options that determine the numeric separator configuration.final StringDetermines the suffix value of the number format.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
protected Jsii$Proxy(CfnDashboardPropsMixin.NumberDisplayFormatConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDashboardPropsMixin.NumberDisplayFormatConfigurationProperty.Builder.
-
-
Method Details
-
getDecimalPlacesConfiguration
Description copied from interface:CfnDashboardPropsMixin.NumberDisplayFormatConfigurationPropertyThe option that determines the decimal places configuration.Returns union: either
IResolvableorCfnDashboardPropsMixin.DecimalPlacesConfigurationProperty- Specified by:
getDecimalPlacesConfigurationin interfaceCfnDashboardPropsMixin.NumberDisplayFormatConfigurationProperty- See Also:
-
getNegativeValueConfiguration
Description copied from interface:CfnDashboardPropsMixin.NumberDisplayFormatConfigurationPropertyThe options that determine the negative value configuration.Returns union: either
IResolvableorCfnDashboardPropsMixin.NegativeValueConfigurationProperty- Specified by:
getNegativeValueConfigurationin interfaceCfnDashboardPropsMixin.NumberDisplayFormatConfigurationProperty- See Also:
-
getNullValueFormatConfiguration
Description copied from interface:CfnDashboardPropsMixin.NumberDisplayFormatConfigurationPropertyThe options that determine the null value format configuration.Returns union: either
IResolvableorCfnDashboardPropsMixin.NullValueFormatConfigurationProperty- Specified by:
getNullValueFormatConfigurationin interfaceCfnDashboardPropsMixin.NumberDisplayFormatConfigurationProperty- See Also:
-
getNumberScale
Description copied from interface:CfnDashboardPropsMixin.NumberDisplayFormatConfigurationPropertyDetermines the number scale value of the number format.- Specified by:
getNumberScalein interfaceCfnDashboardPropsMixin.NumberDisplayFormatConfigurationProperty- See Also:
-
getPrefix
Description copied from interface:CfnDashboardPropsMixin.NumberDisplayFormatConfigurationPropertyDetermines the prefix value of the number format.- Specified by:
getPrefixin interfaceCfnDashboardPropsMixin.NumberDisplayFormatConfigurationProperty- See Also:
-
getSeparatorConfiguration
Description copied from interface:CfnDashboardPropsMixin.NumberDisplayFormatConfigurationPropertyThe options that determine the numeric separator configuration.Returns union: either
IResolvableorCfnDashboardPropsMixin.NumericSeparatorConfigurationProperty- Specified by:
getSeparatorConfigurationin interfaceCfnDashboardPropsMixin.NumberDisplayFormatConfigurationProperty- See Also:
-
getSuffix
Description copied from interface:CfnDashboardPropsMixin.NumberDisplayFormatConfigurationPropertyDetermines the suffix value of the number format.- Specified by:
getSuffixin interfaceCfnDashboardPropsMixin.NumberDisplayFormatConfigurationProperty- 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()
-