Class CurrencyDisplayFormatConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.CurrencyDisplayFormatConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CurrencyDisplayFormatConfiguration.Builder,CurrencyDisplayFormatConfiguration>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCurrencyDisplayFormatConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CurrencyDisplayFormatConfiguration.Builderbuilder()DecimalPlacesConfigurationdecimalPlacesConfiguration()The option that determines the decimal places configuration.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()NegativeValueConfigurationnegativeValueConfiguration()The options that determine the negative value configuration.NullValueFormatConfigurationnullValueFormatConfiguration()The options that determine the null value format configuration.NumberScalenumberScale()Determines the number scale value for the currency format.StringnumberScaleAsString()Determines the number scale value for the currency format.Stringprefix()Determines the prefix value of the currency format.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()NumericSeparatorConfigurationseparatorConfiguration()The options that determine the numeric separator configuration.static Class<? extends CurrencyDisplayFormatConfiguration.Builder>serializableBuilderClass()Stringsuffix()Determines the suffix value of the currency format.Stringsymbol()Determines the symbol for the currency format.CurrencyDisplayFormatConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
prefix
public final String prefix()
Determines the prefix value of the currency format.
- Returns:
- Determines the prefix value of the currency format.
-
suffix
public final String suffix()
Determines the suffix value of the currency format.
- Returns:
- Determines the suffix value of the currency format.
-
separatorConfiguration
public final NumericSeparatorConfiguration separatorConfiguration()
The options that determine the numeric separator configuration.
- Returns:
- The options that determine the numeric separator configuration.
-
symbol
public final String symbol()
Determines the symbol for the currency format.
- Returns:
- Determines the symbol for the currency format.
-
decimalPlacesConfiguration
public final DecimalPlacesConfiguration decimalPlacesConfiguration()
The option that determines the decimal places configuration.
- Returns:
- The option that determines the decimal places configuration.
-
numberScale
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,
numberScalewill returnNumberScale.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnumberScaleAsString().- Returns:
- Determines the number scale value for the currency format.
- See Also:
NumberScale
-
numberScaleAsString
public 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,
numberScalewill returnNumberScale.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnumberScaleAsString().- Returns:
- Determines the number scale value for the currency format.
- See Also:
NumberScale
-
negativeValueConfiguration
public final NegativeValueConfiguration negativeValueConfiguration()
The options that determine the negative value configuration.
- Returns:
- The options that determine the negative value configuration.
-
nullValueFormatConfiguration
public final NullValueFormatConfiguration nullValueFormatConfiguration()
The options that determine the null value format configuration.
- Returns:
- The options that determine the null value format configuration.
-
toBuilder
public CurrencyDisplayFormatConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CurrencyDisplayFormatConfiguration.Builder,CurrencyDisplayFormatConfiguration>
-
builder
public static CurrencyDisplayFormatConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends CurrencyDisplayFormatConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-