@Generated(value="software.amazon.awssdk:codegen") public final class AcknowledgeFlow extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AcknowledgeFlow.Builder,AcknowledgeFlow>
Specifies whether to get notified for alarm state changes.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AcknowledgeFlow.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AcknowledgeFlow.Builder |
builder() |
Boolean |
enabled()
The value must be
TRUE or FALSE. |
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 AcknowledgeFlow.Builder> |
serializableBuilderClass() |
AcknowledgeFlow.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enabled()
The value must be TRUE or FALSE. If TRUE, you receive a notification when
the alarm state changes. You must choose to acknowledge the notification before the alarm state can return to
NORMAL. If FALSE, you won't receive notifications. The alarm automatically changes to
the NORMAL state when the input property value returns to the specified range.
TRUE or FALSE. If TRUE, you receive a
notification when the alarm state changes. You must choose to acknowledge the notification before the
alarm state can return to NORMAL. If FALSE, you won't receive notifications.
The alarm automatically changes to the NORMAL state when the input property value returns to
the specified range.public AcknowledgeFlow.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AcknowledgeFlow.Builder,AcknowledgeFlow>public static AcknowledgeFlow.Builder builder()
public static Class<? extends AcknowledgeFlow.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.