@Generated(value="software.amazon.awssdk:codegen") public final class AnomalyTimeRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnomalyTimeRange.Builder,AnomalyTimeRange>
A time range that specifies when the observed unusual behavior in an anomaly started and ended. This is different
from AnomalyReportedTimeRange, which specifies the time range when DevOps Guru opens and then closes an
anomaly.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnomalyTimeRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AnomalyTimeRange.Builder |
builder() |
Instant |
endTime()
The time when the anomalous behavior ended.
|
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 AnomalyTimeRange.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The time when the anomalous behavior started.
|
AnomalyTimeRange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant startTime()
The time when the anomalous behavior started.
public final Instant endTime()
The time when the anomalous behavior ended.
public AnomalyTimeRange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AnomalyTimeRange.Builder,AnomalyTimeRange>public static AnomalyTimeRange.Builder builder()
public static Class<? extends AnomalyTimeRange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.