@Generated(value="software.amazon.awssdk:codegen") public final class DisableAlarmActionRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DisableAlarmActionRequest.Builder,DisableAlarmActionRequest>
Information used to disable the alarm.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisableAlarmActionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
alarmModelName()
The name of the alarm model.
|
static DisableAlarmActionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyValue()
The value of the key used as a filter to select only the alarms associated with the key.
|
String |
note()
The note that you can leave when you disable the alarm.
|
String |
requestId()
The request ID.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DisableAlarmActionRequest.Builder> |
serializableBuilderClass() |
DisableAlarmActionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String requestId()
The request ID. Each ID must be unique within each batch.
public final String alarmModelName()
The name of the alarm model.
public final String keyValue()
The value of the key used as a filter to select only the alarms associated with the key.
public final String note()
The note that you can leave when you disable the alarm.
public DisableAlarmActionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DisableAlarmActionRequest.Builder,DisableAlarmActionRequest>public static DisableAlarmActionRequest.Builder builder()
public static Class<? extends DisableAlarmActionRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.