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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog.NodeCountsProperty
CfnSignalCatalog.NodeCountsProperty.Builder, CfnSignalCatalog.NodeCountsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSignalCatalog.NodeCountsProperty.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 NumberThe total number of nodes in a vehicle network that represent actuators.final NumberThe total number of nodes in a vehicle network that represent attributes.final NumberThe total number of nodes in a vehicle network that represent branches.final NumberThe total number of nodes in a vehicle network.final NumberThe total number of nodes in a vehicle network that represent sensors.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 theCfnSignalCatalog.NodeCountsProperty.Builder.
-
-
Method Details
-
getTotalActuators
Description copied from interface:CfnSignalCatalog.NodeCountsPropertyThe total number of nodes in a vehicle network that represent actuators.- Specified by:
getTotalActuatorsin interfaceCfnSignalCatalog.NodeCountsProperty- See Also:
-
getTotalAttributes
Description copied from interface:CfnSignalCatalog.NodeCountsPropertyThe total number of nodes in a vehicle network that represent attributes.- Specified by:
getTotalAttributesin interfaceCfnSignalCatalog.NodeCountsProperty- See Also:
-
getTotalBranches
Description copied from interface:CfnSignalCatalog.NodeCountsPropertyThe total number of nodes in a vehicle network that represent branches.- Specified by:
getTotalBranchesin interfaceCfnSignalCatalog.NodeCountsProperty- See Also:
-
getTotalNodes
Description copied from interface:CfnSignalCatalog.NodeCountsPropertyThe total number of nodes in a vehicle network.- Specified by:
getTotalNodesin interfaceCfnSignalCatalog.NodeCountsProperty- See Also:
-
getTotalSensors
Description copied from interface:CfnSignalCatalog.NodeCountsPropertyThe total number of nodes in a vehicle network that represent sensors.- Specified by:
getTotalSensorsin interfaceCfnSignalCatalog.NodeCountsProperty- 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()
-