@Generated(value="software.amazon.awssdk:codegen") public final class DeviceRegistryEnrichActivity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeviceRegistryEnrichActivity.Builder,DeviceRegistryEnrichActivity>
An activity that adds data from the IoT device registry to your message.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeviceRegistryEnrichActivity.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
attribute()
The name of the attribute that is added to the message.
|
static DeviceRegistryEnrichActivity.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the
deviceRegistryEnrich activity. |
String |
next()
The next activity in the pipeline.
|
String |
roleArn()
The ARN of the role that allows access to the device's registry information.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeviceRegistryEnrichActivity.Builder> |
serializableBuilderClass() |
String |
thingName()
The name of the IoT device whose registry information is added to the message.
|
DeviceRegistryEnrichActivity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the deviceRegistryEnrich activity.
deviceRegistryEnrich activity.public final String attribute()
The name of the attribute that is added to the message.
public final String thingName()
The name of the IoT device whose registry information is added to the message.
public final String roleArn()
The ARN of the role that allows access to the device's registry information.
public final String next()
The next activity in the pipeline.
public DeviceRegistryEnrichActivity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeviceRegistryEnrichActivity.Builder,DeviceRegistryEnrichActivity>public static DeviceRegistryEnrichActivity.Builder builder()
public static Class<? extends DeviceRegistryEnrichActivity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.