@Generated(value="software.amazon.awssdk:codegen") public final class NumericSeparatorConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NumericSeparatorConfiguration.Builder,NumericSeparatorConfiguration>
The options that determine the numeric separator configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NumericSeparatorConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NumericSeparatorConfiguration.Builder |
builder() |
NumericSeparatorSymbol |
decimalSeparator()
Determines the decimal separator.
|
String |
decimalSeparatorAsString()
Determines the decimal separator.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends NumericSeparatorConfiguration.Builder> |
serializableBuilderClass() |
ThousandSeparatorOptions |
thousandsSeparator()
The options that determine the thousands separator configuration.
|
NumericSeparatorConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final NumericSeparatorSymbol decimalSeparator()
Determines the decimal separator.
If the service returns an enum value that is not available in the current SDK version, decimalSeparator
will return NumericSeparatorSymbol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from decimalSeparatorAsString().
NumericSeparatorSymbolpublic 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 NumericSeparatorSymbol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from decimalSeparatorAsString().
NumericSeparatorSymbolpublic final ThousandSeparatorOptions thousandsSeparator()
The options that determine the thousands separator configuration.
public NumericSeparatorConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NumericSeparatorConfiguration.Builder,NumericSeparatorConfiguration>public static NumericSeparatorConfiguration.Builder builder()
public static Class<? extends NumericSeparatorConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.