@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 AWS 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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public 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()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()