Class CfnDecoderManifest.CanSignalDecoderProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest.CanSignalDecoderProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDecoderManifest.CanSignalDecoderProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDecoderManifest.CanSignalDecoderProperty
@Stability(Stable)
@Internal
public static final class CfnDecoderManifest.CanSignalDecoderProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDecoderManifest.CanSignalDecoderProperty
An implementation for
CfnDecoderManifest.CanSignalDecoderProperty-
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.CanSignalDecoderProperty
CfnDecoderManifest.CanSignalDecoderProperty.Builder, CfnDecoderManifest.CanSignalDecoderProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDecoderManifest.CanSignalDecoderProperty.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 ObjectInformation about a single controller area network (CAN) signal and the messages it receives and transmits.final StringThe fully qualified name of a signal decoder as defined in a vehicle model.final StringThe ID of a network interface that specifies what network protocol a vehicle follows.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 theCfnDecoderManifest.CanSignalDecoderProperty.Builder.
-
-
Method Details
-
getCanSignal
Description copied from interface:CfnDecoderManifest.CanSignalDecoderPropertyInformation about a single controller area network (CAN) signal and the messages it receives and transmits.Returns union: either
IResolvableorCfnDecoderManifest.CanSignalProperty- Specified by:
getCanSignalin interfaceCfnDecoderManifest.CanSignalDecoderProperty- See Also:
-
getFullyQualifiedName
Description copied from interface:CfnDecoderManifest.CanSignalDecoderPropertyThe fully qualified name of a signal decoder as defined in a vehicle model.- Specified by:
getFullyQualifiedNamein interfaceCfnDecoderManifest.CanSignalDecoderProperty- See Also:
-
getInterfaceId
Description copied from interface:CfnDecoderManifest.CanSignalDecoderPropertyThe ID of a network interface that specifies what network protocol a vehicle follows.- Specified by:
getInterfaceIdin interfaceCfnDecoderManifest.CanSignalDecoderProperty- See Also:
-
getType
Description copied from interface:CfnDecoderManifest.CanSignalDecoderPropertyThe 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 interfaceCfnDecoderManifest.CanSignalDecoderProperty- 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()
-