@Generated(value="software.amazon.awssdk:codegen") public final class TimestampMetricValuePair extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimestampMetricValuePair.Builder,TimestampMetricValuePair>
A pair that contains metric values at the respective timestamp.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TimestampMetricValuePair.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TimestampMetricValuePair.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
metricValue()
Value of the anomalous metric data point at respective Timestamp.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TimestampMetricValuePair.Builder> |
serializableBuilderClass() |
Instant |
timestamp()
A
Timestamp that specifies the time the event occurred. |
TimestampMetricValuePair.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant timestamp()
A Timestamp that specifies the time the event occurred.
Timestamp that specifies the time the event occurred.public final Double metricValue()
Value of the anomalous metric data point at respective Timestamp.
public TimestampMetricValuePair.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TimestampMetricValuePair.Builder,TimestampMetricValuePair>public static TimestampMetricValuePair.Builder builder()
public static Class<? extends TimestampMetricValuePair.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.