@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PercentageDisplayFormatConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PercentageDisplayFormatConfiguration.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.
|
String |
prefix()
Determines the prefix value of the percentage format.
|
List<SdkField<?>> |
sdkFields() |
NumericSeparatorConfiguration |
separatorConfiguration()
The options that determine the numeric separator configuration.
|
static Class<? extends PercentageDisplayFormatConfiguration.Builder> |
serializableBuilderClass() |
String |
suffix()
Determines the suffix value of the percentage format.
|
PercentageDisplayFormatConfiguration.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 percentage format.
public final String suffix()
Determines the suffix value of the percentage format.
public final NumericSeparatorConfiguration separatorConfiguration()
The options that determine the numeric separator configuration.
public final DecimalPlacesConfiguration decimalPlacesConfiguration()
The option that determines the decimal places configuration.
public 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 PercentageDisplayFormatConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PercentageDisplayFormatConfiguration.Builder,PercentageDisplayFormatConfiguration>public static PercentageDisplayFormatConfiguration.Builder builder()
public static Class<? extends PercentageDisplayFormatConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.