Class CfnDecoderManifest.ObdInterfaceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest.ObdInterfaceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDecoderManifest.ObdInterfaceProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDecoderManifest.ObdInterfaceProperty
@Stability(Stable)
@Internal
public static final class CfnDecoderManifest.ObdInterfaceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDecoderManifest.ObdInterfaceProperty
An implementation for
CfnDecoderManifest.ObdInterfaceProperty
-
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.ObdInterfaceProperty
CfnDecoderManifest.ObdInterfaceProperty.Builder, CfnDecoderManifest.ObdInterfaceProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDecoderManifest.ObdInterfaceProperty.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 String
(Optional) The maximum number message requests per diagnostic trouble code per second.final String
(Optional) Whether the vehicle has a transmission control module (TCM).final String
getName()
The name of the interface.final String
(Optional) The standard OBD II PID.final String
(Optional) The maximum number message requests per second.final String
The ID of the message requesting vehicle data.final String
(Optional) Whether to use extended IDs in the message.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.ObdInterfaceProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnDecoderManifest.ObdInterfaceProperty
The name of the interface.- Specified by:
getName
in interfaceCfnDecoderManifest.ObdInterfaceProperty
-
getRequestMessageId
Description copied from interface:CfnDecoderManifest.ObdInterfaceProperty
The ID of the message requesting vehicle data.- Specified by:
getRequestMessageId
in interfaceCfnDecoderManifest.ObdInterfaceProperty
-
getDtcRequestIntervalSeconds
Description copied from interface:CfnDecoderManifest.ObdInterfaceProperty
(Optional) The maximum number message requests per diagnostic trouble code per second.- Specified by:
getDtcRequestIntervalSeconds
in interfaceCfnDecoderManifest.ObdInterfaceProperty
-
getHasTransmissionEcu
Description copied from interface:CfnDecoderManifest.ObdInterfaceProperty
(Optional) Whether the vehicle has a transmission control module (TCM).- Specified by:
getHasTransmissionEcu
in interfaceCfnDecoderManifest.ObdInterfaceProperty
-
getObdStandard
Description copied from interface:CfnDecoderManifest.ObdInterfaceProperty
(Optional) The standard OBD II PID.- Specified by:
getObdStandard
in interfaceCfnDecoderManifest.ObdInterfaceProperty
-
getPidRequestIntervalSeconds
Description copied from interface:CfnDecoderManifest.ObdInterfaceProperty
(Optional) The maximum number message requests per second.- Specified by:
getPidRequestIntervalSeconds
in interfaceCfnDecoderManifest.ObdInterfaceProperty
-
getUseExtendedIds
Description copied from interface:CfnDecoderManifest.ObdInterfaceProperty
(Optional) Whether to use extended IDs in the message.- Specified by:
getUseExtendedIds
in interfaceCfnDecoderManifest.ObdInterfaceProperty
-
$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()
-