@Generated(value="software.amazon.awssdk:codegen") public final class DisplayFormatOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DisplayFormatOptions.Builder,DisplayFormatOptions>
A structure that represents additional options for display formatting.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisplayFormatOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
blankCellFormat()
Determines the blank cell format.
|
static DisplayFormatOptions.Builder |
builder() |
String |
currencySymbol()
The currency symbol, such as
USD. |
String |
dateFormat()
Determines the
DateTime format. |
TopicNumericSeparatorSymbol |
decimalSeparator()
Determines the decimal separator.
|
String |
decimalSeparatorAsString()
Determines the decimal separator.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
fractionDigits()
Determines the number of fraction digits.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupingSeparator()
Determines the grouping separator.
|
int |
hashCode() |
NegativeFormat |
negativeFormat()
The negative format.
|
String |
prefix()
The prefix value for a display format.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DisplayFormatOptions.Builder> |
serializableBuilderClass() |
String |
suffix()
The suffix value for a display format.
|
DisplayFormatOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
NumberScale |
unitScaler()
The unit scaler.
|
String |
unitScalerAsString()
The unit scaler.
|
Boolean |
useBlankCellFormat()
A Boolean value that indicates whether to use blank cell format.
|
Boolean |
useGrouping()
A Boolean value that indicates whether to use grouping.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean useBlankCellFormat()
A Boolean value that indicates whether to use blank cell format.
public final String blankCellFormat()
Determines the blank cell format.
public final String dateFormat()
Determines the DateTime format.
DateTime format.public final TopicNumericSeparatorSymbol decimalSeparator()
Determines the decimal separator.
If the service returns an enum value that is not available in the current SDK version, decimalSeparator
will return TopicNumericSeparatorSymbol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from decimalSeparatorAsString().
TopicNumericSeparatorSymbolpublic final String decimalSeparatorAsString()
Determines the decimal separator.
If the service returns an enum value that is not available in the current SDK version, decimalSeparator
will return TopicNumericSeparatorSymbol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from decimalSeparatorAsString().
TopicNumericSeparatorSymbolpublic final String groupingSeparator()
Determines the grouping separator.
public final Boolean useGrouping()
A Boolean value that indicates whether to use grouping.
public final Integer fractionDigits()
Determines the number of fraction digits.
public final String prefix()
The prefix value for a display format.
public final String suffix()
The suffix value for a display format.
public final NumberScale unitScaler()
The unit scaler. Valid values for this structure are: NONE, AUTO,
THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.
If the service returns an enum value that is not available in the current SDK version, unitScaler will
return NumberScale.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
unitScalerAsString().
NONE, AUTO,
THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.NumberScalepublic final String unitScalerAsString()
The unit scaler. Valid values for this structure are: NONE, AUTO,
THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.
If the service returns an enum value that is not available in the current SDK version, unitScaler will
return NumberScale.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
unitScalerAsString().
NONE, AUTO,
THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.NumberScalepublic final NegativeFormat negativeFormat()
The negative format.
public final String currencySymbol()
The currency symbol, such as USD.
USD.public DisplayFormatOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DisplayFormatOptions.Builder,DisplayFormatOptions>public static DisplayFormatOptions.Builder builder()
public static Class<? extends DisplayFormatOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.