@Generated(value="software.amazon.awssdk:codegen") public final class AnchorDateConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnchorDateConfiguration.Builder,AnchorDateConfiguration>
The date configuration of the filter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnchorDateConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
AnchorOption |
anchorOption()
The options for the date configuration.
|
String |
anchorOptionAsString()
The options for the date configuration.
|
static AnchorDateConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
parameterName()
The name of the parameter that is used for the anchor date configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AnchorDateConfiguration.Builder> |
serializableBuilderClass() |
AnchorDateConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AnchorOption anchorOption()
The options for the date configuration. Choose one of the options below:
NOW
If the service returns an enum value that is not available in the current SDK version, anchorOption will
return AnchorOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
anchorOptionAsString().
NOW
AnchorOptionpublic final String anchorOptionAsString()
The options for the date configuration. Choose one of the options below:
NOW
If the service returns an enum value that is not available in the current SDK version, anchorOption will
return AnchorOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
anchorOptionAsString().
NOW
AnchorOptionpublic final String parameterName()
The name of the parameter that is used for the anchor date configuration.
public AnchorDateConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AnchorDateConfiguration.Builder,AnchorDateConfiguration>public static AnchorDateConfiguration.Builder builder()
public static Class<? extends AnchorDateConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.