@Generated(value="software.amazon.awssdk:codegen") public final class NumericFormatConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NumericFormatConfiguration.Builder,NumericFormatConfiguration>
The options that determine the numeric format configuration.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NumericFormatConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NumericFormatConfiguration.Builder |
builder() |
CurrencyDisplayFormatConfiguration |
currencyDisplayFormatConfiguration()
The options that determine the currency display format configuration.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
NumberDisplayFormatConfiguration |
numberDisplayFormatConfiguration()
The options that determine the number display format configuration.
|
PercentageDisplayFormatConfiguration |
percentageDisplayFormatConfiguration()
The options that determine the percentage display format configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NumericFormatConfiguration.Builder> |
serializableBuilderClass() |
NumericFormatConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final NumberDisplayFormatConfiguration numberDisplayFormatConfiguration()
The options that determine the number display format configuration.
public final CurrencyDisplayFormatConfiguration currencyDisplayFormatConfiguration()
The options that determine the currency display format configuration.
public final PercentageDisplayFormatConfiguration percentageDisplayFormatConfiguration()
The options that determine the percentage display format configuration.
public NumericFormatConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NumericFormatConfiguration.Builder,NumericFormatConfiguration>public static NumericFormatConfiguration.Builder builder()
public static Class<? extends NumericFormatConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.