Class PercentageDisplayFormatConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.PercentageDisplayFormatConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PercentageDisplayFormatConfiguration.Builder,PercentageDisplayFormatConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class PercentageDisplayFormatConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PercentageDisplayFormatConfiguration.Builder,PercentageDisplayFormatConfiguration>
The options that determine the percentage display format configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePercentageDisplayFormatConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PercentageDisplayFormatConfiguration.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.Stringprefix()Determines the prefix value of the percentage format.List<SdkField<?>>sdkFields()NumericSeparatorConfigurationseparatorConfiguration()The options that determine the numeric separator configuration.static Class<? extends PercentageDisplayFormatConfiguration.Builder>serializableBuilderClass()Stringsuffix()Determines the suffix value of the percentage format.PercentageDisplayFormatConfiguration.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 percentage format.
- Returns:
- Determines the prefix value of the percentage format.
-
suffix
public final String suffix()
Determines the suffix value of the percentage format.
- Returns:
- Determines the suffix value of the percentage format.
-
separatorConfiguration
public final NumericSeparatorConfiguration separatorConfiguration()
The options that determine the numeric separator configuration.
- Returns:
- The options that determine the numeric separator configuration.
-
decimalPlacesConfiguration
public final DecimalPlacesConfiguration decimalPlacesConfiguration()
The option that determines the decimal places configuration.
- Returns:
- The option that determines the decimal places configuration.
-
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 PercentageDisplayFormatConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PercentageDisplayFormatConfiguration.Builder,PercentageDisplayFormatConfiguration>
-
builder
public static PercentageDisplayFormatConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends PercentageDisplayFormatConfiguration.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.
-
-