Class CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.iotfleetwise.mixins.CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty
@Stability(Stable)
@Internal
public static final class CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty
An implementation for
CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty-
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.mixins.preview.services.iotfleetwise.mixins.CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty
CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty.Builder, CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty.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 StringThe ID of the network interface.final ObjectInformation about a network interface specified by the On-board diagnostic (OBD) II protocol.final StringgetType()The network protocol for the vehicle.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 theCfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty.Builder.
-
-
Method Details
-
getInterfaceId
Description copied from interface:CfnDecoderManifestPropsMixin.ObdNetworkInterfacePropertyThe ID of the network interface.- Specified by:
getInterfaceIdin interfaceCfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty- See Also:
-
getObdInterface
Description copied from interface:CfnDecoderManifestPropsMixin.ObdNetworkInterfacePropertyInformation about a network interface specified by the On-board diagnostic (OBD) II protocol.Returns union: either
IResolvableorCfnDecoderManifestPropsMixin.ObdInterfaceProperty- Specified by:
getObdInterfacein interfaceCfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty- See Also:
-
getType
Description copied from interface:CfnDecoderManifestPropsMixin.ObdNetworkInterfacePropertyThe network protocol for the vehicle.For example,
CAN_SIGNALspecifies a protocol that defines how data is communicated between electronic control units (ECUs).OBD_SIGNALspecifies a protocol that defines how self-diagnostic data is communicated between ECUs.- Specified by:
getTypein interfaceCfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty- 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()
-