@Generated(value="software.amazon.awssdk:codegen") public final class StartTimeRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StartTimeRange.Builder,StartTimeRange>
A time range used to specify when the behavior of an insight or anomaly started.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartTimeRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartTimeRange.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
fromTime()
The start time of the time range.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartTimeRange.Builder> |
serializableBuilderClass() |
StartTimeRange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
toTime()
The end time of the time range.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant fromTime()
The start time of the time range.
public final Instant toTime()
The end time of the time range.
public StartTimeRange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartTimeRange.Builder,StartTimeRange>public static StartTimeRange.Builder builder()
public static Class<? extends StartTimeRange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.