@Generated(value="software.amazon.awssdk:codegen") public final class AnomalyGroupTimeSeriesFeedback extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnomalyGroupTimeSeriesFeedback.Builder,AnomalyGroupTimeSeriesFeedback>
Feedback for an anomalous metric.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnomalyGroupTimeSeriesFeedback.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
anomalyGroupId()
The ID of the anomaly group.
|
static AnomalyGroupTimeSeriesFeedback.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isAnomaly()
Feedback on whether the metric is a legitimate anomaly.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AnomalyGroupTimeSeriesFeedback.Builder> |
serializableBuilderClass() |
String |
timeSeriesId()
The ID of the metric.
|
AnomalyGroupTimeSeriesFeedback.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String anomalyGroupId()
The ID of the anomaly group.
public final String timeSeriesId()
The ID of the metric.
public final Boolean isAnomaly()
Feedback on whether the metric is a legitimate anomaly.
public AnomalyGroupTimeSeriesFeedback.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AnomalyGroupTimeSeriesFeedback.Builder,AnomalyGroupTimeSeriesFeedback>public static AnomalyGroupTimeSeriesFeedback.Builder builder()
public static Class<? extends AnomalyGroupTimeSeriesFeedback.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.