Class UpdateServiceIntegrationConfig
- java.lang.Object
-
- software.amazon.awssdk.services.devopsguru.model.UpdateServiceIntegrationConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpdateServiceIntegrationConfig.Builder,UpdateServiceIntegrationConfig>
@Generated("software.amazon.awssdk:codegen") public final class UpdateServiceIntegrationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateServiceIntegrationConfig.Builder,UpdateServiceIntegrationConfig>
Information about updating the integration status of an Amazon Web Services service, such as Amazon Web Services Systems Manager, with DevOps Guru.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateServiceIntegrationConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateServiceIntegrationConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()KMSServerSideEncryptionIntegrationConfigkmsServerSideEncryption()Information about whether DevOps Guru is configured to encrypt server-side data using KMS.LogsAnomalyDetectionIntegrationConfiglogsAnomalyDetection()Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.OpsCenterIntegrationConfigopsCenter()Returns the value of the OpsCenter property for this object.List<SdkField<?>>sdkFields()static Class<? extends UpdateServiceIntegrationConfig.Builder>serializableBuilderClass()UpdateServiceIntegrationConfig.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
-
opsCenter
public final OpsCenterIntegrationConfig opsCenter()
Returns the value of the OpsCenter property for this object.- Returns:
- The value of the OpsCenter property for this object.
-
logsAnomalyDetection
public final LogsAnomalyDetectionIntegrationConfig logsAnomalyDetection()
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
- Returns:
- Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
-
kmsServerSideEncryption
public final KMSServerSideEncryptionIntegrationConfig kmsServerSideEncryption()
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
- Returns:
- Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
-
toBuilder
public UpdateServiceIntegrationConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateServiceIntegrationConfig.Builder,UpdateServiceIntegrationConfig>
-
builder
public static UpdateServiceIntegrationConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateServiceIntegrationConfig.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.
-
-