Class CfnDecoderManifest.NetworkInterfacesItemsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest.NetworkInterfacesItemsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDecoderManifest.NetworkInterfacesItemsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDecoderManifest.NetworkInterfacesItemsProperty
@Stability(Stable)
@Internal
public static final class CfnDecoderManifest.NetworkInterfacesItemsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDecoderManifest.NetworkInterfacesItemsProperty
An implementation for
CfnDecoderManifest.NetworkInterfacesItemsProperty
-
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.CfnDecoderManifest.NetworkInterfacesItemsProperty
CfnDecoderManifest.NetworkInterfacesItemsProperty.Builder, CfnDecoderManifest.NetworkInterfacesItemsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDecoderManifest.NetworkInterfacesItemsProperty.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 network interface specified by the Controller Area Network (CAN) protocol.final String
The ID of the network interface.final Object
(Optional) Information about a network interface specified by the On-board diagnostic (OBD) II protocol.final String
getType()
The network protocol for the 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 theCfnDecoderManifest.NetworkInterfacesItemsProperty.Builder
.
-
-
Method Details
-
getInterfaceId
Description copied from interface:CfnDecoderManifest.NetworkInterfacesItemsProperty
The ID of the network interface.- Specified by:
getInterfaceId
in interfaceCfnDecoderManifest.NetworkInterfacesItemsProperty
-
getType
Description copied from interface:CfnDecoderManifest.NetworkInterfacesItemsProperty
The network protocol for the vehicle.For example,
CAN_SIGNAL
specifies a protocol that defines how data is communicated between electronic control units (ECUs).OBD_SIGNAL
specifies a protocol that defines how self-diagnostic data is communicated between ECUs.- Specified by:
getType
in interfaceCfnDecoderManifest.NetworkInterfacesItemsProperty
-
getCanInterface
Description copied from interface:CfnDecoderManifest.NetworkInterfacesItemsProperty
(Optional) Information about a network interface specified by the Controller Area Network (CAN) protocol.- Specified by:
getCanInterface
in interfaceCfnDecoderManifest.NetworkInterfacesItemsProperty
-
getObdInterface
Description copied from interface:CfnDecoderManifest.NetworkInterfacesItemsProperty
(Optional) Information about a network interface specified by the On-board diagnostic (OBD) II protocol.- Specified by:
getObdInterface
in interfaceCfnDecoderManifest.NetworkInterfacesItemsProperty
-
$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()
-