@Generated(value="software.amazon.awssdk:codegen") public final class EnableAlarmActionRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnableAlarmActionRequest.Builder,EnableAlarmActionRequest>
Information needed to enable the alarm.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnableAlarmActionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
alarmModelName()
The name of the alarm model.
|
static EnableAlarmActionRequest.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 enable the alarm.
|
String |
requestId()
The request ID.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnableAlarmActionRequest.Builder> |
serializableBuilderClass() |
EnableAlarmActionRequest.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 enable the alarm.
public EnableAlarmActionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnableAlarmActionRequest.Builder,EnableAlarmActionRequest>public static EnableAlarmActionRequest.Builder builder()
public static Class<? extends EnableAlarmActionRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.