@Generated(value="software.amazon.awssdk:codegen") public final class AnomalyGroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnomalyGroupSummary.Builder,AnomalyGroupSummary>
Details about a group of anomalous metrics.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnomalyGroupSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
anomalyGroupId()
The ID of the anomaly group.
|
Double |
anomalyGroupScore()
The severity score of the group.
|
static AnomalyGroupSummary.Builder |
builder() |
String |
endTime()
The end time for the group.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
primaryMetricName()
The name of the primary affected measure for the group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AnomalyGroupSummary.Builder> |
serializableBuilderClass() |
String |
startTime()
The start time for the group.
|
AnomalyGroupSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String startTime()
The start time for the group.
public final String endTime()
The end time for the group.
public final String anomalyGroupId()
The ID of the anomaly group.
public final Double anomalyGroupScore()
The severity score of the group.
public final String primaryMetricName()
The name of the primary affected measure for the group.
public AnomalyGroupSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AnomalyGroupSummary.Builder,AnomalyGroupSummary>public static AnomalyGroupSummary.Builder builder()
public static Class<? extends AnomalyGroupSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.