Class CfnDashboard.CurrencyDisplayFormatConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.CurrencyDisplayFormatConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.CurrencyDisplayFormatConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.CurrencyDisplayFormatConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.CurrencyDisplayFormatConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.CurrencyDisplayFormatConfigurationProperty
An implementation for
CfnDashboard.CurrencyDisplayFormatConfigurationProperty
-
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.CfnDashboard.CurrencyDisplayFormatConfigurationProperty
CfnDashboard.CurrencyDisplayFormatConfigurationProperty.Builder, CfnDashboard.CurrencyDisplayFormatConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.CurrencyDisplayFormatConfigurationProperty.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 option that determines the decimal places configuration.final Object
The options that determine the negative value configuration.final Object
The options that determine the null value format configuration.final String
Determines the number scale value for the currency format.final String
Determines the prefix value of the currency format.final Object
The options that determine the numeric separator configuration.final String
Determines the suffix value of the currency format.final String
Determines the symbol for the currency format.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 theCfnDashboard.CurrencyDisplayFormatConfigurationProperty.Builder
.
-
-
Method Details
-
getDecimalPlacesConfiguration
Description copied from interface:CfnDashboard.CurrencyDisplayFormatConfigurationProperty
The option that determines the decimal places configuration.- Specified by:
getDecimalPlacesConfiguration
in interfaceCfnDashboard.CurrencyDisplayFormatConfigurationProperty
- See Also:
-
getNegativeValueConfiguration
Description copied from interface:CfnDashboard.CurrencyDisplayFormatConfigurationProperty
The options that determine the negative value configuration.- Specified by:
getNegativeValueConfiguration
in interfaceCfnDashboard.CurrencyDisplayFormatConfigurationProperty
- See Also:
-
getNullValueFormatConfiguration
Description copied from interface:CfnDashboard.CurrencyDisplayFormatConfigurationProperty
The options that determine the null value format configuration.- Specified by:
getNullValueFormatConfiguration
in interfaceCfnDashboard.CurrencyDisplayFormatConfigurationProperty
- See Also:
-
getNumberScale
Description copied from interface:CfnDashboard.CurrencyDisplayFormatConfigurationProperty
Determines the number scale value for the currency format.- Specified by:
getNumberScale
in interfaceCfnDashboard.CurrencyDisplayFormatConfigurationProperty
- See Also:
-
getPrefix
Description copied from interface:CfnDashboard.CurrencyDisplayFormatConfigurationProperty
Determines the prefix value of the currency format.- Specified by:
getPrefix
in interfaceCfnDashboard.CurrencyDisplayFormatConfigurationProperty
- See Also:
-
getSeparatorConfiguration
Description copied from interface:CfnDashboard.CurrencyDisplayFormatConfigurationProperty
The options that determine the numeric separator configuration.- Specified by:
getSeparatorConfiguration
in interfaceCfnDashboard.CurrencyDisplayFormatConfigurationProperty
- See Also:
-
getSuffix
Description copied from interface:CfnDashboard.CurrencyDisplayFormatConfigurationProperty
Determines the suffix value of the currency format.- Specified by:
getSuffix
in interfaceCfnDashboard.CurrencyDisplayFormatConfigurationProperty
- See Also:
-
getSymbol
Description copied from interface:CfnDashboard.CurrencyDisplayFormatConfigurationProperty
Determines the symbol for the currency format.- Specified by:
getSymbol
in interfaceCfnDashboard.CurrencyDisplayFormatConfigurationProperty
- 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()
-