Class CfnDetectorModelPropsMixin.IotSiteWiseProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotevents.CfnDetectorModelPropsMixin.IotSiteWiseProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDetectorModelPropsMixin.IotSiteWiseProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDetectorModelPropsMixin.IotSiteWiseProperty
@Stability(Stable)
@Internal
public static final class CfnDetectorModelPropsMixin.IotSiteWiseProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDetectorModelPropsMixin.IotSiteWiseProperty
An implementation for
CfnDetectorModelPropsMixin.IotSiteWiseProperty-
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.iotevents.CfnDetectorModelPropsMixin.IotSiteWiseProperty
CfnDetectorModelPropsMixin.IotSiteWiseProperty.Builder, CfnDetectorModelPropsMixin.IotSiteWiseProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDetectorModelPropsMixin.IotSiteWiseProperty.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 asset that has the specified property.final StringA unique identifier for this entry.final StringThe alias of the asset property.final StringThe ID of the asset property.final ObjectThe value to send to the asset property.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 theCfnDetectorModelPropsMixin.IotSiteWiseProperty.Builder.
-
-
Method Details
-
getAssetId
Description copied from interface:CfnDetectorModelPropsMixin.IotSiteWisePropertyThe ID of the asset that has the specified property.- Specified by:
getAssetIdin interfaceCfnDetectorModelPropsMixin.IotSiteWiseProperty- See Also:
-
getEntryId
Description copied from interface:CfnDetectorModelPropsMixin.IotSiteWisePropertyA unique identifier for this entry.You can use the entry ID to track which data entry causes an error in case of failure. The default is a new unique identifier.
- Specified by:
getEntryIdin interfaceCfnDetectorModelPropsMixin.IotSiteWiseProperty- See Also:
-
getPropertyAlias
Description copied from interface:CfnDetectorModelPropsMixin.IotSiteWisePropertyThe alias of the asset property.- Specified by:
getPropertyAliasin interfaceCfnDetectorModelPropsMixin.IotSiteWiseProperty- See Also:
-
getPropertyId
Description copied from interface:CfnDetectorModelPropsMixin.IotSiteWisePropertyThe ID of the asset property.- Specified by:
getPropertyIdin interfaceCfnDetectorModelPropsMixin.IotSiteWiseProperty- See Also:
-
getPropertyValue
Description copied from interface:CfnDetectorModelPropsMixin.IotSiteWisePropertyThe value to send to the asset property.This value contains timestamp, quality, and value (TQV) information.
Returns union: either
IResolvableorCfnDetectorModelPropsMixin.AssetPropertyValueProperty- Specified by:
getPropertyValuein interfaceCfnDetectorModelPropsMixin.IotSiteWiseProperty- 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()
-