@Generated(value="software.amazon.awssdk:codegen") public final class ServiceIntegrationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceIntegrationConfig.Builder,ServiceIntegrationConfig>
Information about the integration of DevOps Guru with another AWS service, such as AWS Systems Manager.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceIntegrationConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceIntegrationConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OpsCenterIntegration |
opsCenter()
Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for
each created insight.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceIntegrationConfig.Builder> |
serializableBuilderClass() |
ServiceIntegrationConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final OpsCenterIntegration opsCenter()
Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for each created insight.
public ServiceIntegrationConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceIntegrationConfig.Builder,ServiceIntegrationConfig>public static ServiceIntegrationConfig.Builder builder()
public static Class<? extends ServiceIntegrationConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.