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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest.CanInterfaceProperty
CfnDecoderManifest.CanInterfaceProperty.Builder, CfnDecoderManifest.CanInterfaceProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDecoderManifest.CanInterfaceProperty.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
getName()
The unique name of the interface.final String
The name of the communication protocol for the interface.final String
The version of the communication protocol for the interface.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.CanInterfaceProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnDecoderManifest.CanInterfaceProperty
The unique name of the interface.- Specified by:
getName
in interfaceCfnDecoderManifest.CanInterfaceProperty
- See Also:
-
getProtocolName
Description copied from interface:CfnDecoderManifest.CanInterfaceProperty
The name of the communication protocol for the interface.- Specified by:
getProtocolName
in interfaceCfnDecoderManifest.CanInterfaceProperty
- See Also:
-
getProtocolVersion
Description copied from interface:CfnDecoderManifest.CanInterfaceProperty
The version of the communication protocol for the interface.- Specified by:
getProtocolVersion
in interfaceCfnDecoderManifest.CanInterfaceProperty
- See Also:
-
$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()
-