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