@Generated(value="software.amazon.awssdk:codegen") public final class DateFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DateFilter.Builder,DateFilter>
Contains details on the time range used to filter findings.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DateFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DateFilter.Builder |
builder() |
Instant |
endInclusive()
A timestamp representing the end of the time period filtered on.
|
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() |
Instant |
startInclusive()
A timestamp representing the start of the time period filtered on.
|
DateFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant endInclusive()
A timestamp representing the end of the time period filtered on.
public final Instant startInclusive()
A timestamp representing the start of the time period filtered on.
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.