@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 |
|---|---|
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 String resourceGroupName()
The name of the resource group.
public 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 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 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 Boolean removeSNSTopic()
Disassociates the SNS topic from the opsItem created for detected problems.
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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.