@Generated(value="software.amazon.awssdk:codegen") public final class OpsCenterIntegrationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OpsCenterIntegrationConfig.Builder,OpsCenterIntegrationConfig>
Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight. You can use this to update the configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OpsCenterIntegrationConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OpsCenterIntegrationConfig.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 enabled to create an Amazon Web Services Systems Manager OpsItem for each created
insight.
|
String |
optInStatusAsString()
Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created
insight.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OpsCenterIntegrationConfig.Builder> |
serializableBuilderClass() |
OpsCenterIntegrationConfig.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 enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.
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 enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.
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 OpsCenterIntegrationConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OpsCenterIntegrationConfig.Builder,OpsCenterIntegrationConfig>public static OpsCenterIntegrationConfig.Builder builder()
public static Class<? extends OpsCenterIntegrationConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.