@Generated(value="software.amazon.awssdk:codegen") public final class CurrencyDisplayFormatConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CurrencyDisplayFormatConfiguration.Builder,CurrencyDisplayFormatConfiguration>
The options that determine the currency display format configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CurrencyDisplayFormatConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CurrencyDisplayFormatConfiguration.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 for the currency format.
|
String |
numberScaleAsString()
Determines the number scale value for the currency format.
|
String |
prefix()
Determines the prefix value of the currency format.
|
List<SdkField<?>> |
sdkFields() |
NumericSeparatorConfiguration |
separatorConfiguration()
The options that determine the numeric separator configuration.
|
static Class<? extends CurrencyDisplayFormatConfiguration.Builder> |
serializableBuilderClass() |
String |
suffix()
Determines the suffix value of the currency format.
|
String |
symbol()
Determines the symbol for the currency format.
|
CurrencyDisplayFormatConfiguration.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 currency format.
public final String suffix()
Determines the suffix value of the currency format.
public final NumericSeparatorConfiguration separatorConfiguration()
The options that determine the numeric separator configuration.
public final String symbol()
Determines the symbol for the currency format.
public final DecimalPlacesConfiguration decimalPlacesConfiguration()
The option that determines the decimal places configuration.
public final NumberScale numberScale()
Determines the number scale value for the currency 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 for the currency 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 CurrencyDisplayFormatConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CurrencyDisplayFormatConfiguration.Builder,CurrencyDisplayFormatConfiguration>public static CurrencyDisplayFormatConfiguration.Builder builder()
public static Class<? extends CurrencyDisplayFormatConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.