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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifestProps
CfnDecoderManifestProps.Builder, CfnDecoderManifestProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDecoderManifestProps.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 String(Optional) A brief description of the decoder manifest.final StringThe Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest.final StringgetName()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 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 theCfnDecoderManifestProps.Builder.
-
-
Method Details
-
getModelManifestArn
Description copied from interface:CfnDecoderManifestPropsThe Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest.- Specified by:
getModelManifestArnin interfaceCfnDecoderManifestProps
-
getName
Description copied from interface:CfnDecoderManifestPropsThe name of the decoder manifest.- Specified by:
getNamein interfaceCfnDecoderManifestProps
-
getDescription
Description copied from interface:CfnDecoderManifestProps(Optional) A brief description of the decoder manifest.- Specified by:
getDescriptionin interfaceCfnDecoderManifestProps
-
getNetworkInterfaces
Description copied from interface:CfnDecoderManifestProps(Optional) A list of information about available network interfaces.- Specified by:
getNetworkInterfacesin interfaceCfnDecoderManifestProps
-
getSignalDecoders
Description copied from interface:CfnDecoderManifestProps(Optional) A list of information about signal decoders.- Specified by:
getSignalDecodersin 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:
getStatusin interfaceCfnDecoderManifestProps
-
getTags
Description copied from interface:CfnDecoderManifestProps(Optional) Metadata that can be used to manage the decoder manifest.- Specified by:
getTagsin interfaceCfnDecoderManifestProps
-
$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()
-