Class CfnSignalCatalog.NodeCountsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog.NodeCountsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSignalCatalog.NodeCountsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSignalCatalog.NodeCountsProperty
@Stability(Stable)
@Internal
public static final class CfnSignalCatalog.NodeCountsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSignalCatalog.NodeCountsProperty
An implementation for
CfnSignalCatalog.NodeCountsProperty
-
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.NodeCountsProperty
CfnSignalCatalog.NodeCountsProperty.Builder, CfnSignalCatalog.NodeCountsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSignalCatalog.NodeCountsProperty.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 Number
(Optional) The total number of nodes in a vehicle network that represent actuators.final Number
(Optional) The total number of nodes in a vehicle network that represent attributes.final Number
(Optional) The total number of nodes in a vehicle network that represent branches.final Number
(Optional) The total number of nodes in a vehicle network.final Number
(Optional) The total number of nodes in a vehicle network that represent sensors.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.NodeCountsProperty.Builder
.
-
-
Method Details
-
getTotalActuators
Description copied from interface:CfnSignalCatalog.NodeCountsProperty
(Optional) The total number of nodes in a vehicle network that represent actuators.- Specified by:
getTotalActuators
in interfaceCfnSignalCatalog.NodeCountsProperty
-
getTotalAttributes
Description copied from interface:CfnSignalCatalog.NodeCountsProperty
(Optional) The total number of nodes in a vehicle network that represent attributes.- Specified by:
getTotalAttributes
in interfaceCfnSignalCatalog.NodeCountsProperty
-
getTotalBranches
Description copied from interface:CfnSignalCatalog.NodeCountsProperty
(Optional) The total number of nodes in a vehicle network that represent branches.- Specified by:
getTotalBranches
in interfaceCfnSignalCatalog.NodeCountsProperty
-
getTotalNodes
Description copied from interface:CfnSignalCatalog.NodeCountsProperty
(Optional) The total number of nodes in a vehicle network.- Specified by:
getTotalNodes
in interfaceCfnSignalCatalog.NodeCountsProperty
-
getTotalSensors
Description copied from interface:CfnSignalCatalog.NodeCountsProperty
(Optional) The total number of nodes in a vehicle network that represent sensors.- Specified by:
getTotalSensors
in interfaceCfnSignalCatalog.NodeCountsProperty
-
$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()
-