Class CfnTopicRule.PutAssetPropertyValueEntryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnTopicRule.PutAssetPropertyValueEntryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRule.PutAssetPropertyValueEntryProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRule.PutAssetPropertyValueEntryProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRule.PutAssetPropertyValueEntryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRule.PutAssetPropertyValueEntryProperty
An implementation for
CfnTopicRule.PutAssetPropertyValueEntryProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnTopicRule.PutAssetPropertyValueEntryProperty
CfnTopicRule.PutAssetPropertyValueEntryProperty.Builder, CfnTopicRule.PutAssetPropertyValueEntryProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.PutAssetPropertyValueEntryProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The ID of the AWS IoT SiteWise asset.final String
Optional.final String
The name of the property alias associated with your asset property.final String
The ID of the asset's property.final Object
A list of property values to insert that each contain timestamp, quality, and value (TQV) information.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.PutAssetPropertyValueEntryProperty.Builder
.
-
-
Method Details
-
getPropertyValues
Description copied from interface:CfnTopicRule.PutAssetPropertyValueEntryProperty
A list of property values to insert that each contain timestamp, quality, and value (TQV) information.- Specified by:
getPropertyValues
in interfaceCfnTopicRule.PutAssetPropertyValueEntryProperty
- See Also:
-
getAssetId
Description copied from interface:CfnTopicRule.PutAssetPropertyValueEntryProperty
The ID of the AWS IoT SiteWise asset.You must specify either a
propertyAlias
or both analiasId
and apropertyId
. Accepts substitution templates.- Specified by:
getAssetId
in interfaceCfnTopicRule.PutAssetPropertyValueEntryProperty
- See Also:
-
getEntryId
Description copied from interface:CfnTopicRule.PutAssetPropertyValueEntryProperty
Optional.A unique identifier for this entry that you can define to better track which message caused an error in case of failure. Accepts substitution templates. Defaults to a new UUID.
- Specified by:
getEntryId
in interfaceCfnTopicRule.PutAssetPropertyValueEntryProperty
- See Also:
-
getPropertyAlias
Description copied from interface:CfnTopicRule.PutAssetPropertyValueEntryProperty
The name of the property alias associated with your asset property.You must specify either a
propertyAlias
or both analiasId
and apropertyId
. Accepts substitution templates.- Specified by:
getPropertyAlias
in interfaceCfnTopicRule.PutAssetPropertyValueEntryProperty
- See Also:
-
getPropertyId
Description copied from interface:CfnTopicRule.PutAssetPropertyValueEntryProperty
The ID of the asset's property.You must specify either a
propertyAlias
or both analiasId
and apropertyId
. Accepts substitution templates.- Specified by:
getPropertyId
in interfaceCfnTopicRule.PutAssetPropertyValueEntryProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-