@Generated(value="software.amazon.awssdk:codegen") public final class StringFormatConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StringFormatConfiguration.Builder,StringFormatConfiguration>
Formatting configuration for string fields.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StringFormatConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StringFormatConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
NullValueFormatConfiguration |
nullValueFormatConfiguration()
The options that determine the null value format configuration.
|
NumericFormatConfiguration |
numericFormatConfiguration()
The formatting configuration for numeric strings.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StringFormatConfiguration.Builder> |
serializableBuilderClass() |
StringFormatConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final NullValueFormatConfiguration nullValueFormatConfiguration()
The options that determine the null value format configuration.
public final NumericFormatConfiguration numericFormatConfiguration()
The formatting configuration for numeric strings.
public StringFormatConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StringFormatConfiguration.Builder,StringFormatConfiguration>public static StringFormatConfiguration.Builder builder()
public static Class<? extends StringFormatConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.