@Generated(value="software.amazon.awssdk:codegen") public final class MetricLevelImpact extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MetricLevelImpact.Builder,MetricLevelImpact>
Details about a measure affected by an anomaly.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MetricLevelImpact.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MetricLevelImpact.Builder |
builder() |
ContributionMatrix |
contributionMatrix()
Details about the dimensions that contributed to the anomaly.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
metricName()
The name of the measure.
|
Integer |
numTimeSeries()
The number of anomalous metrics for the measure.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MetricLevelImpact.Builder> |
serializableBuilderClass() |
MetricLevelImpact.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String metricName()
The name of the measure.
public final Integer numTimeSeries()
The number of anomalous metrics for the measure.
public final ContributionMatrix contributionMatrix()
Details about the dimensions that contributed to the anomaly.
public MetricLevelImpact.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MetricLevelImpact.Builder,MetricLevelImpact>public static MetricLevelImpact.Builder builder()
public static Class<? extends MetricLevelImpact.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.