@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateServiceIntegrationConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateServiceIntegrationConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
KMSServerSideEncryptionIntegrationConfig |
kmsServerSideEncryption()
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
|
LogsAnomalyDetectionIntegrationConfig |
logsAnomalyDetection()
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log
groups.
|
OpsCenterIntegrationConfig |
opsCenter()
Returns the value of the OpsCenter property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateServiceIntegrationConfig.Builder> |
serializableBuilderClass() |
UpdateServiceIntegrationConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final OpsCenterIntegrationConfig opsCenter()
public final LogsAnomalyDetectionIntegrationConfig logsAnomalyDetection()
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
public final KMSServerSideEncryptionIntegrationConfig kmsServerSideEncryption()
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
public UpdateServiceIntegrationConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateServiceIntegrationConfig.Builder,UpdateServiceIntegrationConfig>public static UpdateServiceIntegrationConfig.Builder builder()
public static Class<? extends UpdateServiceIntegrationConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.