@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeviceRegistryEnrichActivity extends Object implements Serializable, Cloneable, StructuredPojo
An activity that adds data from the IoT device registry to your message.
Constructor and Description |
---|
DeviceRegistryEnrichActivity() |
Modifier and Type | Method and Description |
---|---|
DeviceRegistryEnrichActivity |
clone() |
boolean |
equals(Object obj) |
String |
getAttribute()
The name of the attribute that is added to the message.
|
String |
getName()
The name of the
deviceRegistryEnrich activity. |
String |
getNext()
The next activity in the pipeline.
|
String |
getRoleArn()
The ARN of the role that allows access to the device's registry information.
|
String |
getThingName()
The name of the IoT device whose registry information is added to the message.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAttribute(String attribute)
The name of the attribute that is added to the message.
|
void |
setName(String name)
The name of the
deviceRegistryEnrich activity. |
void |
setNext(String next)
The next activity in the pipeline.
|
void |
setRoleArn(String roleArn)
The ARN of the role that allows access to the device's registry information.
|
void |
setThingName(String thingName)
The name of the IoT device whose registry information is added to the message.
|
String |
toString()
Returns a string representation of this object.
|
DeviceRegistryEnrichActivity |
withAttribute(String attribute)
The name of the attribute that is added to the message.
|
DeviceRegistryEnrichActivity |
withName(String name)
The name of the
deviceRegistryEnrich activity. |
DeviceRegistryEnrichActivity |
withNext(String next)
The next activity in the pipeline.
|
DeviceRegistryEnrichActivity |
withRoleArn(String roleArn)
The ARN of the role that allows access to the device's registry information.
|
DeviceRegistryEnrichActivity |
withThingName(String thingName)
The name of the IoT device whose registry information is added to the message.
|
public void setName(String name)
The name of the deviceRegistryEnrich
activity.
name
- The name of the deviceRegistryEnrich
activity.public String getName()
The name of the deviceRegistryEnrich
activity.
deviceRegistryEnrich
activity.public DeviceRegistryEnrichActivity withName(String name)
The name of the deviceRegistryEnrich
activity.
name
- The name of the deviceRegistryEnrich
activity.public void setAttribute(String attribute)
The name of the attribute that is added to the message.
attribute
- The name of the attribute that is added to the message.public String getAttribute()
The name of the attribute that is added to the message.
public DeviceRegistryEnrichActivity withAttribute(String attribute)
The name of the attribute that is added to the message.
attribute
- The name of the attribute that is added to the message.public void setThingName(String thingName)
The name of the IoT device whose registry information is added to the message.
thingName
- The name of the IoT device whose registry information is added to the message.public String getThingName()
The name of the IoT device whose registry information is added to the message.
public DeviceRegistryEnrichActivity withThingName(String thingName)
The name of the IoT device whose registry information is added to the message.
thingName
- The name of the IoT device whose registry information is added to the message.public void setRoleArn(String roleArn)
The ARN of the role that allows access to the device's registry information.
roleArn
- The ARN of the role that allows access to the device's registry information.public String getRoleArn()
The ARN of the role that allows access to the device's registry information.
public DeviceRegistryEnrichActivity withRoleArn(String roleArn)
The ARN of the role that allows access to the device's registry information.
roleArn
- The ARN of the role that allows access to the device's registry information.public void setNext(String next)
The next activity in the pipeline.
next
- The next activity in the pipeline.public String getNext()
The next activity in the pipeline.
public DeviceRegistryEnrichActivity withNext(String next)
The next activity in the pipeline.
next
- The next activity in the pipeline.public String toString()
toString
in class Object
Object.toString()
public DeviceRegistryEnrichActivity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.