@Generated(value="software.amazon.awssdk:codegen") public final class AnomalyReportedTimeRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnomalyReportedTimeRange.Builder,AnomalyReportedTimeRange>
A time range that specifies when DevOps Guru opens and then closes an anomaly. This is different from
AnomalyTimeRange, which specifies the time range when DevOps Guru actually observes the anomalous
behavior.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnomalyReportedTimeRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AnomalyReportedTimeRange.Builder |
builder() |
Instant |
closeTime()
The time when an anomaly is closed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
openTime()
The time when an anomaly is opened.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AnomalyReportedTimeRange.Builder> |
serializableBuilderClass() |
AnomalyReportedTimeRange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant openTime()
The time when an anomaly is opened.
public final Instant closeTime()
The time when an anomaly is closed.
public AnomalyReportedTimeRange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AnomalyReportedTimeRange.Builder,AnomalyReportedTimeRange>public static AnomalyReportedTimeRange.Builder builder()
public static Class<? extends AnomalyReportedTimeRange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.