Class IotEventsAction
- java.lang.Object
-
- software.amazon.awssdk.services.iotevents.model.IotEventsAction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IotEventsAction.Builder,IotEventsAction>
@Generated("software.amazon.awssdk:codegen") public final class IotEventsAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IotEventsAction.Builder,IotEventsAction>
Sends an AWS IoT Events input, passing in information about the detector model instance and the event that triggered the action.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIotEventsAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IotEventsAction.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinputName()The name of the AWS IoT Events input where the data is sent.Payloadpayload()You can configure the action payload when you send a message to an AWS IoT Events input.List<SdkField<?>>sdkFields()static Class<? extends IotEventsAction.Builder>serializableBuilderClass()IotEventsAction.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
-
inputName
public final String inputName()
The name of the AWS IoT Events input where the data is sent.
- Returns:
- The name of the AWS IoT Events input where the data is sent.
-
payload
public final Payload payload()
You can configure the action payload when you send a message to an AWS IoT Events input.
- Returns:
- You can configure the action payload when you send a message to an AWS IoT Events input.
-
toBuilder
public IotEventsAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IotEventsAction.Builder,IotEventsAction>
-
builder
public static IotEventsAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends IotEventsAction.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.
-
-