@Generated(value="software.amazon.awssdk:codegen") public final class IotSiteWiseAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IotSiteWiseAction.Builder,IotSiteWiseAction>
Describes an action to send data from an MQTT message that triggered the rule to AWS IoT SiteWise asset properties.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IotSiteWiseAction.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IotSiteWiseAction.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasPutAssetPropertyValueEntries()
Returns true if the PutAssetPropertyValueEntries property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
List<PutAssetPropertyValueEntry> |
putAssetPropertyValueEntries()
A list of asset property value entries.
|
String |
roleArn()
The ARN of the role that grants AWS IoT permission to send an asset property value to AWS IoTSiteWise.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IotSiteWiseAction.Builder> |
serializableBuilderClass() |
IotSiteWiseAction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasPutAssetPropertyValueEntries()
public List<PutAssetPropertyValueEntry> putAssetPropertyValueEntries()
A list of asset property value entries.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPutAssetPropertyValueEntries() to see if a value was sent in this field.
public String roleArn()
The ARN of the role that grants AWS IoT permission to send an asset property value to AWS IoTSiteWise. (
"Action": "iotsitewise:BatchPutAssetPropertyValue"). The trust policy can restrict access to
specific asset hierarchy paths.
"Action": "iotsitewise:BatchPutAssetPropertyValue"). The trust policy can restrict access to
specific asset hierarchy paths.public IotSiteWiseAction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IotSiteWiseAction.Builder,IotSiteWiseAction>public static IotSiteWiseAction.Builder builder()
public static Class<? extends IotSiteWiseAction.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.