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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest.ObdInterfaceProperty
CfnDecoderManifest.ObdInterfaceProperty.Builder, CfnDecoderManifest.ObdInterfaceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDecoderManifest.ObdInterfaceProperty.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 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 StringgetName()The name of the interface.final String(Optional) The standard OBD II PID.final String(Optional) The maximum number message requests per second.final StringThe ID of the message requesting vehicle data.final String(Optional) Whether to use extended IDs in the message.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 theCfnDecoderManifest.ObdInterfaceProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnDecoderManifest.ObdInterfacePropertyThe name of the interface.- Specified by:
getNamein interfaceCfnDecoderManifest.ObdInterfaceProperty
-
getRequestMessageId
Description copied from interface:CfnDecoderManifest.ObdInterfacePropertyThe ID of the message requesting vehicle data.- Specified by:
getRequestMessageIdin interfaceCfnDecoderManifest.ObdInterfaceProperty
-
getDtcRequestIntervalSeconds
Description copied from interface:CfnDecoderManifest.ObdInterfaceProperty(Optional) The maximum number message requests per diagnostic trouble code per second.- Specified by:
getDtcRequestIntervalSecondsin interfaceCfnDecoderManifest.ObdInterfaceProperty
-
getHasTransmissionEcu
Description copied from interface:CfnDecoderManifest.ObdInterfaceProperty(Optional) Whether the vehicle has a transmission control module (TCM).- Specified by:
getHasTransmissionEcuin interfaceCfnDecoderManifest.ObdInterfaceProperty
-
getObdStandard
Description copied from interface:CfnDecoderManifest.ObdInterfaceProperty(Optional) The standard OBD II PID.- Specified by:
getObdStandardin interfaceCfnDecoderManifest.ObdInterfaceProperty
-
getPidRequestIntervalSeconds
Description copied from interface:CfnDecoderManifest.ObdInterfaceProperty(Optional) The maximum number message requests per second.- Specified by:
getPidRequestIntervalSecondsin interfaceCfnDecoderManifest.ObdInterfaceProperty
-
getUseExtendedIds
Description copied from interface:CfnDecoderManifest.ObdInterfaceProperty(Optional) Whether to use extended IDs in the message.- Specified by:
getUseExtendedIdsin interfaceCfnDecoderManifest.ObdInterfaceProperty
-
$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()
-