Class AcknowledgeFlow
- java.lang.Object
-
- software.amazon.awssdk.services.iotevents.model.AcknowledgeFlow
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AcknowledgeFlow.Builder,AcknowledgeFlow>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAcknowledgeFlow.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AcknowledgeFlow.Builderbuilder()Booleanenabled()The value must beTRUEorFALSE.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AcknowledgeFlow.Builder>serializableBuilderClass()AcknowledgeFlow.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
enabled
public final Boolean enabled()
The value must be
TRUEorFALSE. IfTRUE, you receive a notification when the alarm state changes. You must choose to acknowledge the notification before the alarm state can return toNORMAL. IfFALSE, you won't receive notifications. The alarm automatically changes to theNORMALstate when the input property value returns to the specified range.- Returns:
- The value must be
TRUEorFALSE. IfTRUE, you receive a notification when the alarm state changes. You must choose to acknowledge the notification before the alarm state can return toNORMAL. IfFALSE, you won't receive notifications. The alarm automatically changes to theNORMALstate when the input property value returns to the specified range.
-
toBuilder
public AcknowledgeFlow.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AcknowledgeFlow.Builder,AcknowledgeFlow>
-
builder
public static AcknowledgeFlow.Builder builder()
-
serializableBuilderClass
public static Class<? extends AcknowledgeFlow.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-