@Generated(value="software.amazon.awssdk:codegen") public final class TimestampRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimestampRange.Builder,TimestampRange>
The range of time stamps 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 time stamp in the range of time stamps for which to return fragments.
|
boolean |
equals(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 time stamp in the range of time stamps for which to return fragments.
|
TimestampRange.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Instant startTimestamp()
The starting time stamp in the range of time stamps for which to return fragments.
public Instant endTimestamp()
The ending time stamp in the range of time stamps for which to return fragments.
public TimestampRange.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TimestampRange.Builder,TimestampRange>
public static TimestampRange.Builder builder()
public static Class<? extends TimestampRange.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.