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