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