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 StringUse default decoders for all unmapped signals in the model.final StringA 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 ObjectA list of information about available network interfaces.final ObjectA list of information about signal decoders.final StringThe state of the decoder manifest.getTags()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- See Also:
-
getName
Description copied from interface:CfnDecoderManifestPropsThe name of the decoder manifest.- Specified by:
getNamein interfaceCfnDecoderManifestProps- See Also:
-
getDefaultForUnmappedSignals
Description copied from interface:CfnDecoderManifestPropsUse default decoders for all unmapped signals in the model.You don't need to provide any detailed decoding information.
- Specified by:
getDefaultForUnmappedSignalsin interfaceCfnDecoderManifestProps- See Also:
-
getDescription
Description copied from interface:CfnDecoderManifestPropsA brief description of the decoder manifest.- Specified by:
getDescriptionin interfaceCfnDecoderManifestProps- See Also:
-
getNetworkInterfaces
Description copied from interface:CfnDecoderManifestPropsA list of information about available network interfaces.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDecoderManifest.NetworkInterfacesItemsProperty>- Specified by:
getNetworkInterfacesin interfaceCfnDecoderManifestProps- See Also:
-
getSignalDecoders
Description copied from interface:CfnDecoderManifestPropsA list of information about signal decoders.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDecoderManifest.SignalDecodersItemsProperty>- Specified by:
getSignalDecodersin interfaceCfnDecoderManifestProps- See Also:
-
getStatus
Description copied from interface:CfnDecoderManifestPropsThe 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.Default: - "DRAFT"
- Specified by:
getStatusin interfaceCfnDecoderManifestProps- See Also:
-
getTags
Description copied from interface:CfnDecoderManifestPropsMetadata that can be used to manage the decoder manifest.- Specified by:
getTagsin interfaceCfnDecoderManifestProps- 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()
-