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