Class CfnAsset.AssetPropertyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotsitewise.CfnAsset.AssetPropertyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAsset.AssetPropertyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAsset.AssetPropertyProperty
@Stability(Stable)
@Internal
public static final class CfnAsset.AssetPropertyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAsset.AssetPropertyProperty
An implementation for
CfnAsset.AssetPropertyProperty-
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.services.iotsitewise.CfnAsset.AssetPropertyProperty
CfnAsset.AssetPropertyProperty.Builder, CfnAsset.AssetPropertyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAsset.AssetPropertyProperty.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 StringgetAlias()The alias that identifies the property, such as an OPC-UA server data stream path (for example,/company/windfarm/3/turbine/7/temperature).final StringThe external ID of the property.final StringgetId()The ID of the asset property.final StringTheLogicalIDof the asset property.final StringThe MQTT notification state (enabled or disabled) for this asset property.final StringgetUnit()The unit (such asNewtonsorRPM) of 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 theCfnAsset.AssetPropertyProperty.Builder.
-
-
Method Details
-
getAlias
Description copied from interface:CfnAsset.AssetPropertyPropertyThe alias that identifies the property, such as an OPC-UA server data stream path (for example,/company/windfarm/3/turbine/7/temperature).For more information, see Mapping industrial data streams to asset properties in the AWS IoT SiteWise User Guide .
- Specified by:
getAliasin interfaceCfnAsset.AssetPropertyProperty- See Also:
-
getExternalId
Description copied from interface:CfnAsset.AssetPropertyPropertyThe external ID of the property.For more information, see Using external IDs in the AWS IoT SiteWise User Guide .
- Specified by:
getExternalIdin interfaceCfnAsset.AssetPropertyProperty- See Also:
-
getId
Description copied from interface:CfnAsset.AssetPropertyPropertyThe ID of the asset property.This is a return value and can't be set.
- Specified by:
getIdin interfaceCfnAsset.AssetPropertyProperty- See Also:
-
getLogicalId
Description copied from interface:CfnAsset.AssetPropertyPropertyTheLogicalIDof the asset property.- Specified by:
getLogicalIdin interfaceCfnAsset.AssetPropertyProperty- See Also:
-
getNotificationState
Description copied from interface:CfnAsset.AssetPropertyPropertyThe MQTT notification state (enabled or disabled) for this asset property.When the notification state is enabled, AWS IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see Interacting with other services in the AWS IoT SiteWise User Guide .
If you omit this parameter, the notification state is set to
DISABLED.- Specified by:
getNotificationStatein interfaceCfnAsset.AssetPropertyProperty- See Also:
-
getUnit
Description copied from interface:CfnAsset.AssetPropertyPropertyThe unit (such asNewtonsorRPM) of the asset property.- Specified by:
getUnitin interfaceCfnAsset.AssetPropertyProperty- 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()
-