@Generated(value="software.amazon.awssdk:codegen") public final class AnomalyResource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnomalyResource.Builder,AnomalyResource>
The Amazon Web Services resources in which DevOps Guru detected unusual behavior that resulted in the generation of an anomaly. When DevOps Guru detects multiple related anomalies, it creates and insight with details about the anomalous behavior and suggestions about how to correct the problem.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnomalyResource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AnomalyResource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the Amazon Web Services resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AnomalyResource.Builder> |
serializableBuilderClass() |
AnomalyResource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of the Amazon Web Services resource.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the Amazon Web Services resource.
public final String type()
The type of the Amazon Web Services resource.
public AnomalyResource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AnomalyResource.Builder,AnomalyResource>public static AnomalyResource.Builder builder()
public static Class<? extends AnomalyResource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.