@Generated(value="software.amazon.awssdk:codegen") public final class ThousandSeparatorOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ThousandSeparatorOptions.Builder,ThousandSeparatorOptions>
The options that determine the thousands separator configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThousandSeparatorOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ThousandSeparatorOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThousandSeparatorOptions.Builder> |
serializableBuilderClass() |
NumericSeparatorSymbol |
symbol()
Determines the thousands separator symbol.
|
String |
symbolAsString()
Determines the thousands separator symbol.
|
ThousandSeparatorOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Visibility |
visibility()
Determines the visibility of the thousands separator.
|
String |
visibilityAsString()
Determines the visibility of the thousands separator.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final NumericSeparatorSymbol symbol()
Determines the thousands separator symbol.
If the service returns an enum value that is not available in the current SDK version, symbol will
return NumericSeparatorSymbol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from symbolAsString().
NumericSeparatorSymbolpublic final String symbolAsString()
Determines the thousands separator symbol.
If the service returns an enum value that is not available in the current SDK version, symbol will
return NumericSeparatorSymbol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from symbolAsString().
NumericSeparatorSymbolpublic final Visibility visibility()
Determines the visibility of the thousands separator.
If the service returns an enum value that is not available in the current SDK version, visibility will
return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
visibilityAsString().
Visibilitypublic final String visibilityAsString()
Determines the visibility of the thousands separator.
If the service returns an enum value that is not available in the current SDK version, visibility will
return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
visibilityAsString().
Visibilitypublic ThousandSeparatorOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ThousandSeparatorOptions.Builder,ThousandSeparatorOptions>public static ThousandSeparatorOptions.Builder builder()
public static Class<? extends ThousandSeparatorOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.