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 StringThe maximum number message requests per diagnostic trouble code per second.final StringWhether the vehicle has a transmission control module (TCM).final StringgetName()The name of the interface.final StringThe standard OBD II PID.final StringThe maximum number message requests per second.final StringThe ID of the message requesting vehicle data.final StringWhether 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- See Also:
-
getRequestMessageId
Description copied from interface:CfnDecoderManifest.ObdInterfacePropertyThe ID of the message requesting vehicle data.- Specified by:
getRequestMessageIdin interfaceCfnDecoderManifest.ObdInterfaceProperty- See Also:
-
getDtcRequestIntervalSeconds
Description copied from interface:CfnDecoderManifest.ObdInterfacePropertyThe maximum number message requests per diagnostic trouble code per second.- Specified by:
getDtcRequestIntervalSecondsin interfaceCfnDecoderManifest.ObdInterfaceProperty- See Also:
-
getHasTransmissionEcu
Description copied from interface:CfnDecoderManifest.ObdInterfacePropertyWhether the vehicle has a transmission control module (TCM).- Specified by:
getHasTransmissionEcuin interfaceCfnDecoderManifest.ObdInterfaceProperty- See Also:
-
getObdStandard
Description copied from interface:CfnDecoderManifest.ObdInterfacePropertyThe standard OBD II PID.- Specified by:
getObdStandardin interfaceCfnDecoderManifest.ObdInterfaceProperty- See Also:
-
getPidRequestIntervalSeconds
Description copied from interface:CfnDecoderManifest.ObdInterfacePropertyThe maximum number message requests per second.- Specified by:
getPidRequestIntervalSecondsin interfaceCfnDecoderManifest.ObdInterfaceProperty- See Also:
-
getUseExtendedIds
Description copied from interface:CfnDecoderManifest.ObdInterfacePropertyWhether to use extended IDs in the message.- Specified by:
getUseExtendedIdsin interfaceCfnDecoderManifest.ObdInterfaceProperty- 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()
-