@Generated(value="software.amazon.awssdk:codegen") public final class LogsAnomalyDetectionIntegrationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LogsAnomalyDetectionIntegrationConfig.Builder,LogsAnomalyDetectionIntegrationConfig>
Information about the integration of DevOps Guru with CloudWatch log groups for log anomaly detection. You can use this to update the configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LogsAnomalyDetectionIntegrationConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LogsAnomalyDetectionIntegrationConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OptInStatus |
optInStatus()
Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.
|
String |
optInStatusAsString()
Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LogsAnomalyDetectionIntegrationConfig.Builder> |
serializableBuilderClass() |
LogsAnomalyDetectionIntegrationConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final OptInStatus optInStatus()
Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.
If the service returns an enum value that is not available in the current SDK version, optInStatus will
return OptInStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
optInStatusAsString().
OptInStatuspublic final String optInStatusAsString()
Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.
If the service returns an enum value that is not available in the current SDK version, optInStatus will
return OptInStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
optInStatusAsString().
OptInStatuspublic LogsAnomalyDetectionIntegrationConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LogsAnomalyDetectionIntegrationConfig.Builder,LogsAnomalyDetectionIntegrationConfig>public static LogsAnomalyDetectionIntegrationConfig.Builder builder()
public static Class<? extends LogsAnomalyDetectionIntegrationConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.