@Generated(value="software.amazon.awssdk:codegen") public final class AnomalySourceMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnomalySourceMetadata.Builder,AnomalySourceMetadata>
Metadata about the detection source that generates proactive anomalies. The anomaly is detected using analysis of the metric data over a period of time
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnomalySourceMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AnomalySourceMetadata.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AnomalySourceMetadata.Builder> |
serializableBuilderClass() |
String |
source()
The source of the anomaly.
|
String |
sourceResourceName()
The name of the anomaly's resource.
|
String |
sourceResourceType()
The anomaly's resource type.
|
AnomalySourceMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String source()
The source of the anomaly.
public final String sourceResourceName()
The name of the anomaly's resource.
public final String sourceResourceType()
The anomaly's resource type.
public AnomalySourceMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AnomalySourceMetadata.Builder,AnomalySourceMetadata>public static AnomalySourceMetadata.Builder builder()
public static Class<? extends AnomalySourceMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.