Class NumericFormatConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.NumericFormatConfiguration
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<NumericFormatConfiguration.Builder,NumericFormatConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class NumericFormatConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NumericFormatConfiguration.Builder,NumericFormatConfiguration>
The options that determine the numeric format configuration.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
NumericFormatConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NumericFormatConfiguration.Builder
builder()
CurrencyDisplayFormatConfiguration
currencyDisplayFormatConfiguration()
The options that determine the currency display format configuration.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
NumberDisplayFormatConfiguration
numberDisplayFormatConfiguration()
The options that determine the number display format configuration.PercentageDisplayFormatConfiguration
percentageDisplayFormatConfiguration()
The options that determine the percentage display format configuration.List<SdkField<?>>
sdkFields()
static Class<? extends NumericFormatConfiguration.Builder>
serializableBuilderClass()
NumericFormatConfiguration.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
-
numberDisplayFormatConfiguration
public final NumberDisplayFormatConfiguration numberDisplayFormatConfiguration()
The options that determine the number display format configuration.
- Returns:
- The options that determine the number display format configuration.
-
currencyDisplayFormatConfiguration
public final CurrencyDisplayFormatConfiguration currencyDisplayFormatConfiguration()
The options that determine the currency display format configuration.
- Returns:
- The options that determine the currency display format configuration.
-
percentageDisplayFormatConfiguration
public final PercentageDisplayFormatConfiguration percentageDisplayFormatConfiguration()
The options that determine the percentage display format configuration.
- Returns:
- The options that determine the percentage display format configuration.
-
toBuilder
public NumericFormatConfiguration.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<NumericFormatConfiguration.Builder,NumericFormatConfiguration>
-
builder
public static NumericFormatConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends NumericFormatConfiguration.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.
-
-