Class CfnSignalCatalog.NodeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog.NodeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSignalCatalog.NodeProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSignalCatalog.NodeProperty
@Stability(Stable)
@Internal
public static final class CfnSignalCatalog.NodeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSignalCatalog.NodeProperty
An implementation for
CfnSignalCatalog.NodeProperty
-
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.iotfleetwise.CfnSignalCatalog.NodeProperty
CfnSignalCatalog.NodeProperty.Builder, CfnSignalCatalog.NodeProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSignalCatalog.NodeProperty.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 Object
(Optional) Information about a node specified as an actuator.final Object
(Optional) Information about a node specified as an attribute.final Object
(Optional) Information about a node specified as a branch.final Object
(Optional) An input component that reports the environmental condition of a vehicle.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 theCfnSignalCatalog.NodeProperty.Builder
.
-
-
Method Details
-
getActuator
Description copied from interface:CfnSignalCatalog.NodeProperty
(Optional) Information about a node specified as an actuator.An actuator is a digital representation of a vehicle device.
- Specified by:
getActuator
in interfaceCfnSignalCatalog.NodeProperty
- See Also:
-
getAttribute
Description copied from interface:CfnSignalCatalog.NodeProperty
(Optional) Information about a node specified as an attribute.An attribute represents static information about a vehicle.
- Specified by:
getAttribute
in interfaceCfnSignalCatalog.NodeProperty
- See Also:
-
getBranch
Description copied from interface:CfnSignalCatalog.NodeProperty
(Optional) Information about a node specified as a branch.A group of signals that are defined in a hierarchical structure.
- Specified by:
getBranch
in interfaceCfnSignalCatalog.NodeProperty
- See Also:
-
getSensor
Description copied from interface:CfnSignalCatalog.NodeProperty
(Optional) An input component that reports the environmental condition of a vehicle.You can collect data about fluid levels, temperatures, vibrations, or battery voltage from sensors.
- Specified by:
getSensor
in interfaceCfnSignalCatalog.NodeProperty
- 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()
-