@Generated(value="software.amazon.awssdk:codegen") public final class TimeWindow extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimeWindow.Builder,TimeWindow>
Filters evaluation results based on start and end times.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TimeWindow.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TimeWindow.Builder |
builder() |
Instant |
endTime()
The end time of an execution.
|
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 TimeWindow.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The start time of an execution.
|
TimeWindow.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant startTime()
The start time of an execution.
public final Instant endTime()
The end time of an execution. The end time must be after the start date.
public TimeWindow.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TimeWindow.Builder,TimeWindow>public static TimeWindow.Builder builder()
public static Class<? extends TimeWindow.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.