Class AlarmAction
- java.lang.Object
-
- software.amazon.awssdk.services.iotevents.model.AlarmAction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AlarmAction.Builder,AlarmAction>
@Generated("software.amazon.awssdk:codegen") public final class AlarmAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AlarmAction.Builder,AlarmAction>
Specifies one of the following actions to receive notifications when the alarm state changes.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAlarmAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AlarmAction.Builderbuilder()DynamoDBActiondynamoDB()Returns the value of the DynamoDB property for this object.DynamoDBv2ActiondynamoDBv2()Returns the value of the DynamoDBv2 property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FirehoseActionfirehose()Returns the value of the Firehose property for this object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IotEventsActioniotEvents()Returns the value of the IotEvents property for this object.IotSiteWiseActioniotSiteWise()Returns the value of the IotSiteWise property for this object.IotTopicPublishActioniotTopicPublish()Returns the value of the IotTopicPublish property for this object.LambdaActionlambda()Returns the value of the Lambda property for this object.List<SdkField<?>>sdkFields()static Class<? extends AlarmAction.Builder>serializableBuilderClass()SNSTopicPublishActionsns()Returns the value of the Sns property for this object.SqsActionsqs()Returns the value of the Sqs property for this object.AlarmAction.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
-
sns
public final SNSTopicPublishAction sns()
Returns the value of the Sns property for this object.- Returns:
- The value of the Sns property for this object.
-
iotTopicPublish
public final IotTopicPublishAction iotTopicPublish()
Returns the value of the IotTopicPublish property for this object.- Returns:
- The value of the IotTopicPublish property for this object.
-
lambda
public final LambdaAction lambda()
Returns the value of the Lambda property for this object.- Returns:
- The value of the Lambda property for this object.
-
iotEvents
public final IotEventsAction iotEvents()
Returns the value of the IotEvents property for this object.- Returns:
- The value of the IotEvents property for this object.
-
sqs
public final SqsAction sqs()
Returns the value of the Sqs property for this object.- Returns:
- The value of the Sqs property for this object.
-
firehose
public final FirehoseAction firehose()
Returns the value of the Firehose property for this object.- Returns:
- The value of the Firehose property for this object.
-
dynamoDB
public final DynamoDBAction dynamoDB()
Returns the value of the DynamoDB property for this object.- Returns:
- The value of the DynamoDB property for this object.
-
dynamoDBv2
public final DynamoDBv2Action dynamoDBv2()
Returns the value of the DynamoDBv2 property for this object.- Returns:
- The value of the DynamoDBv2 property for this object.
-
iotSiteWise
public final IotSiteWiseAction iotSiteWise()
Returns the value of the IotSiteWise property for this object.- Returns:
- The value of the IotSiteWise property for this object.
-
toBuilder
public AlarmAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AlarmAction.Builder,AlarmAction>
-
builder
public static AlarmAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends AlarmAction.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.
-
-