@Generated(value="software.amazon.awssdk:codegen") public final class DateTimeValueWhenUnsetConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DateTimeValueWhenUnsetConfiguration.Builder,DateTimeValueWhenUnsetConfiguration>
The configuration that defines the default value of a DateTime parameter when a value has not been set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DateTimeValueWhenUnsetConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DateTimeValueWhenUnsetConfiguration.Builder |
builder() |
Instant |
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 DateTimeValueWhenUnsetConfiguration.Builder> |
serializableBuilderClass() |
DateTimeValueWhenUnsetConfiguration.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 Instant customValue()
A custom value that's used when the value of a parameter isn't set.
public DateTimeValueWhenUnsetConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DateTimeValueWhenUnsetConfiguration.Builder,DateTimeValueWhenUnsetConfiguration>public static DateTimeValueWhenUnsetConfiguration.Builder builder()
public static Class<? extends DateTimeValueWhenUnsetConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.