@Generated(value="software.amazon.awssdk:codegen") public final class DeviceShadowEnrichActivity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeviceShadowEnrichActivity.Builder,DeviceShadowEnrichActivity>
An activity that adds information from the IoT Device Shadow service to a message.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeviceShadowEnrichActivity.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
attribute()
The name of the attribute that is added to the message.
|
static DeviceShadowEnrichActivity.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
deviceShadowEnrich activity. |
String |
next()
The next activity in the pipeline.
|
String |
roleArn()
The ARN of the role that allows access to the device's shadow.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeviceShadowEnrichActivity.Builder> |
serializableBuilderClass() |
String |
thingName()
The name of the IoT device whose shadow information is added to the message.
|
DeviceShadowEnrichActivity.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 deviceShadowEnrich activity.
deviceShadowEnrich 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 shadow information is added to the message.
public final String roleArn()
The ARN of the role that allows access to the device's shadow.
public final String next()
The next activity in the pipeline.
public DeviceShadowEnrichActivity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeviceShadowEnrichActivity.Builder,DeviceShadowEnrichActivity>public static DeviceShadowEnrichActivity.Builder builder()
public static Class<? extends DeviceShadowEnrichActivity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.