Class LogsAnomalyDetectionIntegration
- java.lang.Object
-
- software.amazon.awssdk.services.devopsguru.model.LogsAnomalyDetectionIntegration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LogsAnomalyDetectionIntegration.Builder,LogsAnomalyDetectionIntegration>
@Generated("software.amazon.awssdk:codegen") public final class LogsAnomalyDetectionIntegration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LogsAnomalyDetectionIntegration.Builder,LogsAnomalyDetectionIntegration>
Information about the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLogsAnomalyDetectionIntegration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogsAnomalyDetectionIntegration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()OptInStatusoptInStatus()Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.StringoptInStatusAsString()Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.List<SdkField<?>>sdkFields()static Class<? extends LogsAnomalyDetectionIntegration.Builder>serializableBuilderClass()LogsAnomalyDetectionIntegration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
optInStatus
public 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,
optInStatuswill returnOptInStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoptInStatusAsString().- Returns:
- Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.
- See Also:
OptInStatus
-
optInStatusAsString
public 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,
optInStatuswill returnOptInStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoptInStatusAsString().- Returns:
- Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.
- See Also:
OptInStatus
-
toBuilder
public LogsAnomalyDetectionIntegration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LogsAnomalyDetectionIntegration.Builder,LogsAnomalyDetectionIntegration>
-
builder
public static LogsAnomalyDetectionIntegration.Builder builder()
-
serializableBuilderClass
public static Class<? extends LogsAnomalyDetectionIntegration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-