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 interface
CurrencyDisplayFormatConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
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,
numberScale
will 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,
numberScale
will 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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-