Class CfnTopicPropsMixin.DisplayFormatOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTopicPropsMixin.DisplayFormatOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicPropsMixin.DisplayFormatOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicPropsMixin.DisplayFormatOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnTopicPropsMixin.DisplayFormatOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicPropsMixin.DisplayFormatOptionsProperty
An implementation for
CfnTopicPropsMixin.DisplayFormatOptionsProperty-
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.CfnTopicPropsMixin.DisplayFormatOptionsProperty
CfnTopicPropsMixin.DisplayFormatOptionsProperty.Builder, CfnTopicPropsMixin.DisplayFormatOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopicPropsMixin.DisplayFormatOptionsProperty.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 StringDetermines the blank cell format.final StringThe currency symbol, such asUSD.final StringDetermines theDateTimeformat.final StringDetermines the decimal separator.final NumberDetermines the number of fraction digits.final StringDetermines the grouping separator.final ObjectThe negative format.final StringThe prefix value for a display format.final StringThe suffix value for a display format.final StringThe unit scaler.final ObjectA Boolean value that indicates whether to use blank cell format.final ObjectA Boolean value that indicates whether to use grouping.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 theCfnTopicPropsMixin.DisplayFormatOptionsProperty.Builder.
-
-
Method Details
-
getBlankCellFormat
Description copied from interface:CfnTopicPropsMixin.DisplayFormatOptionsPropertyDetermines the blank cell format.- Specified by:
getBlankCellFormatin interfaceCfnTopicPropsMixin.DisplayFormatOptionsProperty- See Also:
-
getCurrencySymbol
Description copied from interface:CfnTopicPropsMixin.DisplayFormatOptionsPropertyThe currency symbol, such asUSD.- Specified by:
getCurrencySymbolin interfaceCfnTopicPropsMixin.DisplayFormatOptionsProperty- See Also:
-
getDateFormat
Description copied from interface:CfnTopicPropsMixin.DisplayFormatOptionsPropertyDetermines theDateTimeformat.- Specified by:
getDateFormatin interfaceCfnTopicPropsMixin.DisplayFormatOptionsProperty- See Also:
-
getDecimalSeparator
Description copied from interface:CfnTopicPropsMixin.DisplayFormatOptionsPropertyDetermines the decimal separator.- Specified by:
getDecimalSeparatorin interfaceCfnTopicPropsMixin.DisplayFormatOptionsProperty- See Also:
-
getFractionDigits
Description copied from interface:CfnTopicPropsMixin.DisplayFormatOptionsPropertyDetermines the number of fraction digits.Default: - 0
- Specified by:
getFractionDigitsin interfaceCfnTopicPropsMixin.DisplayFormatOptionsProperty- See Also:
-
getGroupingSeparator
Description copied from interface:CfnTopicPropsMixin.DisplayFormatOptionsPropertyDetermines the grouping separator.- Specified by:
getGroupingSeparatorin interfaceCfnTopicPropsMixin.DisplayFormatOptionsProperty- See Also:
-
getNegativeFormat
Description copied from interface:CfnTopicPropsMixin.DisplayFormatOptionsPropertyThe negative format.Returns union: either
IResolvableorCfnTopicPropsMixin.NegativeFormatProperty- Specified by:
getNegativeFormatin interfaceCfnTopicPropsMixin.DisplayFormatOptionsProperty- See Also:
-
getPrefix
Description copied from interface:CfnTopicPropsMixin.DisplayFormatOptionsPropertyThe prefix value for a display format.- Specified by:
getPrefixin interfaceCfnTopicPropsMixin.DisplayFormatOptionsProperty- See Also:
-
getSuffix
Description copied from interface:CfnTopicPropsMixin.DisplayFormatOptionsPropertyThe suffix value for a display format.- Specified by:
getSuffixin interfaceCfnTopicPropsMixin.DisplayFormatOptionsProperty- See Also:
-
getUnitScaler
Description copied from interface:CfnTopicPropsMixin.DisplayFormatOptionsPropertyThe unit scaler.Valid values for this structure are:
NONE,AUTO,THOUSANDS,MILLIONS,BILLIONS, andTRILLIONS.- Specified by:
getUnitScalerin interfaceCfnTopicPropsMixin.DisplayFormatOptionsProperty- See Also:
-
getUseBlankCellFormat
Description copied from interface:CfnTopicPropsMixin.DisplayFormatOptionsPropertyA Boolean value that indicates whether to use blank cell format.Returns union: either
BooleanorIResolvableDefault: - false
- Specified by:
getUseBlankCellFormatin interfaceCfnTopicPropsMixin.DisplayFormatOptionsProperty- See Also:
-
getUseGrouping
Description copied from interface:CfnTopicPropsMixin.DisplayFormatOptionsPropertyA Boolean value that indicates whether to use grouping.Returns union: either
BooleanorIResolvableDefault: - false
- Specified by:
getUseGroupingin interfaceCfnTopicPropsMixin.DisplayFormatOptionsProperty- 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()
-