@Generated(value="software.amazon.awssdk:codegen") public final class FilterRelativeDateTimeControl extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FilterRelativeDateTimeControl.Builder,FilterRelativeDateTimeControl>
A control from a date filter that is used to specify the relative date.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FilterRelativeDateTimeControl.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FilterRelativeDateTimeControl.Builder |
builder() |
RelativeDateTimeControlDisplayOptions |
displayOptions()
The display options of a control.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
filterControlId()
The ID of the
FilterTextAreaControl. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FilterRelativeDateTimeControl.Builder> |
serializableBuilderClass() |
String |
sourceFilterId()
The source filter ID of the
FilterTextAreaControl. |
String |
title()
The title of the
FilterTextAreaControl. |
FilterRelativeDateTimeControl.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String filterControlId()
The ID of the FilterTextAreaControl.
FilterTextAreaControl.public final String title()
The title of the FilterTextAreaControl.
FilterTextAreaControl.public final String sourceFilterId()
The source filter ID of the FilterTextAreaControl.
FilterTextAreaControl.public final RelativeDateTimeControlDisplayOptions displayOptions()
The display options of a control.
public FilterRelativeDateTimeControl.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FilterRelativeDateTimeControl.Builder,FilterRelativeDateTimeControl>public static FilterRelativeDateTimeControl.Builder builder()
public static Class<? extends FilterRelativeDateTimeControl.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.