Class CfnDecoderManifestProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifestProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDecoderManifestProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDecoderManifestProps
@Stability(Stable)
@Internal
public static final class CfnDecoderManifestProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDecoderManifestProps
An implementation for
CfnDecoderManifestProps
-
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.CfnDecoderManifestProps
CfnDecoderManifestProps.Builder, CfnDecoderManifestProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDecoderManifestProps.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
(Optional) A brief description of the decoder manifest.final String
The Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest.final String
getName()
The name of the decoder manifest.final Object
(Optional) A list of information about available network interfaces.final Object
(Optional) A list of information about signal decoders.final String
(Optional) The state of the decoder manifest.getTags()
(Optional) Metadata that can be used to manage the decoder manifest.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 theCfnDecoderManifestProps.Builder
.
-
-
Method Details
-
getModelManifestArn
Description copied from interface:CfnDecoderManifestProps
The Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest.- Specified by:
getModelManifestArn
in interfaceCfnDecoderManifestProps
-
getName
Description copied from interface:CfnDecoderManifestProps
The name of the decoder manifest.- Specified by:
getName
in interfaceCfnDecoderManifestProps
-
getDescription
Description copied from interface:CfnDecoderManifestProps
(Optional) A brief description of the decoder manifest.- Specified by:
getDescription
in interfaceCfnDecoderManifestProps
-
getNetworkInterfaces
Description copied from interface:CfnDecoderManifestProps
(Optional) A list of information about available network interfaces.- Specified by:
getNetworkInterfaces
in interfaceCfnDecoderManifestProps
-
getSignalDecoders
Description copied from interface:CfnDecoderManifestProps
(Optional) A list of information about signal decoders.- Specified by:
getSignalDecoders
in interfaceCfnDecoderManifestProps
-
getStatus
Description copied from interface:CfnDecoderManifestProps
(Optional) The state of the decoder manifest.If the status is
ACTIVE
, the decoder manifest can't be edited. If the status is markedDRAFT
, you can edit the decoder manifest.- Specified by:
getStatus
in interfaceCfnDecoderManifestProps
-
getTags
Description copied from interface:CfnDecoderManifestProps
(Optional) Metadata that can be used to manage the decoder manifest.- Specified by:
getTags
in interfaceCfnDecoderManifestProps
-
$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()
-