@Generated(value="software.amazon.awssdk:codegen") public final class TimestampRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimestampRange.Builder,TimestampRange>
The range of timestamps for which to return fragments.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TimestampRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TimestampRange.Builder |
builder() |
Instant |
endTimestamp()
The ending timestamp in the range of timestamps for which to return fragments.
|
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 TimestampRange.Builder> |
serializableBuilderClass() |
Instant |
startTimestamp()
The starting timestamp in the range of timestamps for which to return fragments.
|
TimestampRange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant startTimestamp()
The starting timestamp in the range of timestamps for which to return fragments.
public final Instant endTimestamp()
The ending timestamp in the range of timestamps for which to return fragments.
public TimestampRange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TimestampRange.Builder,TimestampRange>public static TimestampRange.Builder builder()
public static Class<? extends TimestampRange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.