@Generated(value="software.amazon.awssdk:codegen") public final class DateFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DateFilter.Builder,DateFilter>
A date filter for querying findings.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DateFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DateFilter.Builder |
builder() |
DateRange |
dateRange()
A date range for the date filter.
|
String |
end()
A timestamp that provides the end date for the date filter.
|
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 DateFilter.Builder> |
serializableBuilderClass() |
String |
start()
A timestamp that provides the start date for the date filter.
|
DateFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String start()
A timestamp that provides the start date for the date filter.
A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and date
and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time Format.
A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces,
and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time
Format.
public final String end()
A timestamp that provides the end date for the date filter.
A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and date
and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time Format.
A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces,
and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time
Format.
public final DateRange dateRange()
A date range for the date filter.
public DateFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DateFilter.Builder,DateFilter>public static DateFilter.Builder builder()
public static Class<? extends DateFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.