@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IotEventsAction.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IotEventsAction.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
inputName()
The name of the AWS IoT Events input where the data is sent.
|
Payload |
payload()
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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String inputName()
The name of the AWS IoT Events input where the data is sent.
public final Payload payload()
You can configure the action payload when you send a message to an AWS IoT Events input.
public IotEventsAction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IotEventsAction.Builder,IotEventsAction>public static IotEventsAction.Builder builder()
public static Class<? extends IotEventsAction.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.