@Generated(value="software.amazon.awssdk:codegen") public final class UpdateApplicationRequest extends ApplicationInsightsRequest implements ToCopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateApplicationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
attachMissingPermission()
If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.
|
Boolean |
autoConfigEnabled()
Turns auto-configuration on or off.
|
static UpdateApplicationRequest.Builder |
builder() |
Boolean |
cweMonitorEnabled()
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as
instance terminated, failed deployment, and others. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
opsCenterEnabled()
When set to
true, creates opsItems for any problems detected on an application. |
String |
opsItemSNSTopicArn()
The SNS topic provided to Application Insights that is associated to the created opsItem.
|
Boolean |
removeSNSTopic()
Disassociates the SNS topic from the opsItem created for detected problems.
|
String |
resourceGroupName()
The name of the resource group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateApplicationRequest.Builder> |
serializableBuilderClass() |
UpdateApplicationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceGroupName()
The name of the resource group.
public final Boolean opsCenterEnabled()
When set to true, creates opsItems for any problems detected on an application.
true, creates opsItems for any problems detected on an application.public final Boolean cweMonitorEnabled()
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as
instance terminated, failed deployment, and others.
instance terminated, failed deployment, and others.public final String opsItemSNSTopicArn()
The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.
public final Boolean removeSNSTopic()
Disassociates the SNS topic from the opsItem created for detected problems.
public final Boolean autoConfigEnabled()
Turns auto-configuration on or off.
public final Boolean attachMissingPermission()
If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.
public UpdateApplicationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>toBuilder in class ApplicationInsightsRequestpublic static UpdateApplicationRequest.Builder builder()
public static Class<? extends UpdateApplicationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.