@Generated(value="software.amazon.awssdk:codegen") public final class StringValueWhenUnsetConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StringValueWhenUnsetConfiguration.Builder,StringValueWhenUnsetConfiguration>
The configuration that defines the default value of a String parameter when a value has not been set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StringValueWhenUnsetConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StringValueWhenUnsetConfiguration.Builder |
builder() |
String |
customValue()
A custom value that's used when the value of a parameter isn't set.
|
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 StringValueWhenUnsetConfiguration.Builder> |
serializableBuilderClass() |
StringValueWhenUnsetConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ValueWhenUnsetOption |
valueWhenUnsetOption()
The built-in options for default values.
|
String |
valueWhenUnsetOptionAsString()
The built-in options for default values.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ValueWhenUnsetOption valueWhenUnsetOption()
The built-in options for default values. The value can be one of the following:
RECOMMENDED: The recommended value.
NULL: The NULL value.
If the service returns an enum value that is not available in the current SDK version,
valueWhenUnsetOption will return ValueWhenUnsetOption.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from valueWhenUnsetOptionAsString().
RECOMMENDED: The recommended value.
NULL: The NULL value.
ValueWhenUnsetOptionpublic final String valueWhenUnsetOptionAsString()
The built-in options for default values. The value can be one of the following:
RECOMMENDED: The recommended value.
NULL: The NULL value.
If the service returns an enum value that is not available in the current SDK version,
valueWhenUnsetOption will return ValueWhenUnsetOption.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from valueWhenUnsetOptionAsString().
RECOMMENDED: The recommended value.
NULL: The NULL value.
ValueWhenUnsetOptionpublic final String customValue()
A custom value that's used when the value of a parameter isn't set.
public StringValueWhenUnsetConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StringValueWhenUnsetConfiguration.Builder,StringValueWhenUnsetConfiguration>public static StringValueWhenUnsetConfiguration.Builder builder()
public static Class<? extends StringValueWhenUnsetConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.