@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAlertRequest extends LookoutMetricsRequest implements ToCopyableBuilder<UpdateAlertRequest.Builder,UpdateAlertRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAlertRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Action |
action()
Action that will be triggered when there is an alert.
|
String |
alertArn()
The ARN of the alert to update.
|
String |
alertDescription()
A description of the alert.
|
AlertFilters |
alertFilters()
The configuration of the alert filters, containing MetricList and DimensionFilterList.
|
Integer |
alertSensitivityThreshold()
An integer from 0 to 100 specifying the alert sensitivity threshold.
|
static UpdateAlertRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateAlertRequest.Builder> |
serializableBuilderClass() |
UpdateAlertRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String alertArn()
The ARN of the alert to update.
public final String alertDescription()
A description of the alert.
public final Integer alertSensitivityThreshold()
An integer from 0 to 100 specifying the alert sensitivity threshold.
public final Action action()
Action that will be triggered when there is an alert.
public final AlertFilters alertFilters()
The configuration of the alert filters, containing MetricList and DimensionFilterList.
public UpdateAlertRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAlertRequest.Builder,UpdateAlertRequest>toBuilder in class LookoutMetricsRequestpublic static UpdateAlertRequest.Builder builder()
public static Class<? extends UpdateAlertRequest.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.