@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 AWS IoT Device Shadows 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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
The name of the 'deviceShadowEnrich' activity.
public String attribute()
The name of the attribute that is added to the message.
public String thingName()
The name of the IoT device whose shadow information is added to the message.
public String roleArn()
The ARN of the role that allows access to the device's shadow.
public String next()
The next activity in the pipeline.
public DeviceShadowEnrichActivity.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeviceShadowEnrichActivity.Builder,DeviceShadowEnrichActivity>
public static DeviceShadowEnrichActivity.Builder builder()
public static Class<? extends DeviceShadowEnrichActivity.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.