Class CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty
An implementation for
CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.iot.CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty
CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty.Builder, CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe ID of the AWS IoT SiteWise asset.final StringOptional.final StringThe name of the property alias associated with your asset property.final StringThe ID of the asset's property.final ObjectA list of property values to insert that each contain timestamp, quality, and value (TQV) information.final inthashCode()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 theCfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty.Builder.
-
-
Method Details
-
getAssetId
Description copied from interface:CfnTopicRulePropsMixin.PutAssetPropertyValueEntryPropertyThe ID of the AWS IoT SiteWise asset.You must specify either a
propertyAliasor both analiasIdand apropertyId. Accepts substitution templates.- Specified by:
getAssetIdin interfaceCfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty- See Also:
-
getEntryId
Description copied from interface:CfnTopicRulePropsMixin.PutAssetPropertyValueEntryPropertyOptional.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:
getEntryIdin interfaceCfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty- See Also:
-
getPropertyAlias
Description copied from interface:CfnTopicRulePropsMixin.PutAssetPropertyValueEntryPropertyThe name of the property alias associated with your asset property.You must specify either a
propertyAliasor both analiasIdand apropertyId. Accepts substitution templates.- Specified by:
getPropertyAliasin interfaceCfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty- See Also:
-
getPropertyId
Description copied from interface:CfnTopicRulePropsMixin.PutAssetPropertyValueEntryPropertyThe ID of the asset's property.You must specify either a
propertyAliasor both analiasIdand apropertyId. Accepts substitution templates.- Specified by:
getPropertyIdin interfaceCfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty- See Also:
-
getPropertyValues
Description copied from interface:CfnTopicRulePropsMixin.PutAssetPropertyValueEntryPropertyA list of property values to insert that each contain timestamp, quality, and value (TQV) information.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTopicRulePropsMixin.AssetPropertyValueProperty>- Specified by:
getPropertyValuesin interfaceCfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-