@Generated(value="software.amazon.awssdk:codegen") public final class NumberDisplayFormatConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NumberDisplayFormatConfiguration.Builder,NumberDisplayFormatConfiguration>
The options that determine the number display format configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NumberDisplayFormatConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NumberDisplayFormatConfiguration.Builder |
builder() |
DecimalPlacesConfiguration |
decimalPlacesConfiguration()
The option that determines the decimal places configuration.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
NegativeValueConfiguration |
negativeValueConfiguration()
The options that determine the negative value configuration.
|
NullValueFormatConfiguration |
nullValueFormatConfiguration()
The options that determine the null value format configuration.
|
NumberScale |
numberScale()
Determines the number scale value of the number format.
|
String |
numberScaleAsString()
Determines the number scale value of the number format.
|
String |
prefix()
Determines the prefix value of the number format.
|
List<SdkField<?>> |
sdkFields() |
NumericSeparatorConfiguration |
separatorConfiguration()
The options that determine the numeric separator configuration.
|
static Class<? extends NumberDisplayFormatConfiguration.Builder> |
serializableBuilderClass() |
String |
suffix()
Determines the suffix value of the number format.
|
NumberDisplayFormatConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String prefix()
Determines the prefix value of the number format.
public final String suffix()
Determines the suffix value of the number format.
public final NumericSeparatorConfiguration separatorConfiguration()
The options that determine the numeric separator configuration.
public final DecimalPlacesConfiguration decimalPlacesConfiguration()
The option that determines the decimal places configuration.
public final NumberScale numberScale()
Determines the number scale value of the number format.
If the service returns an enum value that is not available in the current SDK version, numberScale will
return NumberScale.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
numberScaleAsString().
NumberScalepublic final String numberScaleAsString()
Determines the number scale value of the number format.
If the service returns an enum value that is not available in the current SDK version, numberScale will
return NumberScale.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
numberScaleAsString().
NumberScalepublic final NegativeValueConfiguration negativeValueConfiguration()
The options that determine the negative value configuration.
public final NullValueFormatConfiguration nullValueFormatConfiguration()
The options that determine the null value format configuration.
public NumberDisplayFormatConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NumberDisplayFormatConfiguration.Builder,NumberDisplayFormatConfiguration>public static NumberDisplayFormatConfiguration.Builder builder()
public static Class<? extends NumberDisplayFormatConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.