Class CfnDecoderManifest.CanInterfaceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest.CanInterfaceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDecoderManifest.CanInterfaceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDecoderManifest.CanInterfaceProperty
@Stability(Stable)
@Internal
public static final class CfnDecoderManifest.CanInterfaceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDecoderManifest.CanInterfaceProperty
An implementation for
CfnDecoderManifest.CanInterfaceProperty-
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.CanInterfaceProperty
CfnDecoderManifest.CanInterfaceProperty.Builder, CfnDecoderManifest.CanInterfaceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDecoderManifest.CanInterfaceProperty.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 StringgetName()The unique name of the interface.final StringThe name of the communication protocol for the interface.final StringThe version of the communication protocol for the interface.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.CanInterfaceProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnDecoderManifest.CanInterfacePropertyThe unique name of the interface.- Specified by:
getNamein interfaceCfnDecoderManifest.CanInterfaceProperty- See Also:
-
getProtocolName
Description copied from interface:CfnDecoderManifest.CanInterfacePropertyThe name of the communication protocol for the interface.- Specified by:
getProtocolNamein interfaceCfnDecoderManifest.CanInterfaceProperty- See Also:
-
getProtocolVersion
Description copied from interface:CfnDecoderManifest.CanInterfacePropertyThe version of the communication protocol for the interface.- Specified by:
getProtocolVersionin interfaceCfnDecoderManifest.CanInterfaceProperty- 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()
-