Class CfnAnalysis.PercentageDisplayFormatConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.PercentageDisplayFormatConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.PercentageDisplayFormatConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.PercentageDisplayFormatConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.PercentageDisplayFormatConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.PercentageDisplayFormatConfigurationProperty
An implementation for
CfnAnalysis.PercentageDisplayFormatConfigurationProperty-
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.CfnAnalysis.PercentageDisplayFormatConfigurationProperty
CfnAnalysis.PercentageDisplayFormatConfigurationProperty.Builder, CfnAnalysis.PercentageDisplayFormatConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.PercentageDisplayFormatConfigurationProperty.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 prefix value of the percentage format.final ObjectThe options that determine the numeric separator configuration.final StringDetermines the suffix value of the percentage 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 theCfnAnalysis.PercentageDisplayFormatConfigurationProperty.Builder.
-
-
Method Details
-
getDecimalPlacesConfiguration
Description copied from interface:CfnAnalysis.PercentageDisplayFormatConfigurationPropertyThe option that determines the decimal places configuration.- Specified by:
getDecimalPlacesConfigurationin interfaceCfnAnalysis.PercentageDisplayFormatConfigurationProperty- See Also:
-
getNegativeValueConfiguration
Description copied from interface:CfnAnalysis.PercentageDisplayFormatConfigurationPropertyThe options that determine the negative value configuration.- Specified by:
getNegativeValueConfigurationin interfaceCfnAnalysis.PercentageDisplayFormatConfigurationProperty- See Also:
-
getNullValueFormatConfiguration
Description copied from interface:CfnAnalysis.PercentageDisplayFormatConfigurationPropertyThe options that determine the null value format configuration.- Specified by:
getNullValueFormatConfigurationin interfaceCfnAnalysis.PercentageDisplayFormatConfigurationProperty- See Also:
-
getPrefix
Description copied from interface:CfnAnalysis.PercentageDisplayFormatConfigurationPropertyDetermines the prefix value of the percentage format.- Specified by:
getPrefixin interfaceCfnAnalysis.PercentageDisplayFormatConfigurationProperty- See Also:
-
getSeparatorConfiguration
Description copied from interface:CfnAnalysis.PercentageDisplayFormatConfigurationPropertyThe options that determine the numeric separator configuration.- Specified by:
getSeparatorConfigurationin interfaceCfnAnalysis.PercentageDisplayFormatConfigurationProperty- See Also:
-
getSuffix
Description copied from interface:CfnAnalysis.PercentageDisplayFormatConfigurationPropertyDetermines the suffix value of the percentage format.- Specified by:
getSuffixin interfaceCfnAnalysis.PercentageDisplayFormatConfigurationProperty- 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()
-