@Generated(value="software.amazon.awssdk:codegen") public final class FilterDateTimePickerControl extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FilterDateTimePickerControl.Builder,FilterDateTimePickerControl>
A control from a date filter that is used to specify date and time.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FilterDateTimePickerControl.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FilterDateTimePickerControl.Builder |
builder() |
DateTimePickerControlDisplayOptions |
displayOptions()
The display options of a control.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
filterControlId()
The ID of the
FilterDateTimePickerControl. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FilterDateTimePickerControl.Builder> |
serializableBuilderClass() |
String |
sourceFilterId()
The source filter ID of the
FilterDateTimePickerControl. |
String |
title()
The title of the
FilterDateTimePickerControl. |
FilterDateTimePickerControl.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
SheetControlDateTimePickerType |
type()
The date time picker type of a
FilterDateTimePickerControl. |
String |
typeAsString()
The date time picker type of a
FilterDateTimePickerControl. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String filterControlId()
The ID of the FilterDateTimePickerControl.
FilterDateTimePickerControl.public final String title()
The title of the FilterDateTimePickerControl.
FilterDateTimePickerControl.public final String sourceFilterId()
The source filter ID of the FilterDateTimePickerControl.
FilterDateTimePickerControl.public final DateTimePickerControlDisplayOptions displayOptions()
The display options of a control.
public final SheetControlDateTimePickerType type()
The date time picker type of a FilterDateTimePickerControl. Choose one of the following options:
SINGLE_VALUED: The filter condition is a fixed date.
DATE_RANGE: The filter condition is a date time range.
If the service returns an enum value that is not available in the current SDK version, type will return
SheetControlDateTimePickerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from typeAsString().
FilterDateTimePickerControl. Choose one of the following
options:
SINGLE_VALUED: The filter condition is a fixed date.
DATE_RANGE: The filter condition is a date time range.
SheetControlDateTimePickerTypepublic final String typeAsString()
The date time picker type of a FilterDateTimePickerControl. Choose one of the following options:
SINGLE_VALUED: The filter condition is a fixed date.
DATE_RANGE: The filter condition is a date time range.
If the service returns an enum value that is not available in the current SDK version, type will return
SheetControlDateTimePickerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from typeAsString().
FilterDateTimePickerControl. Choose one of the following
options:
SINGLE_VALUED: The filter condition is a fixed date.
DATE_RANGE: The filter condition is a date time range.
SheetControlDateTimePickerTypepublic FilterDateTimePickerControl.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FilterDateTimePickerControl.Builder,FilterDateTimePickerControl>public static FilterDateTimePickerControl.Builder builder()
public static Class<? extends FilterDateTimePickerControl.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.