Class CfnDecoderManifestMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnDecoderManifestMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDecoderManifestMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDecoderManifestMixinProps
@Stability(Stable)
@Internal
public static final class CfnDecoderManifestMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDecoderManifestMixinProps
An implementation for
CfnDecoderManifestMixinProps-
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.cfnpropertymixins.services.iotfleetwise.CfnDecoderManifestMixinProps
CfnDecoderManifestMixinProps.Builder, CfnDecoderManifestMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDecoderManifestMixinProps.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 theCfnDecoderManifestMixinProps.Builder.
-
-
Method Details
-
getDefaultForUnmappedSignals
Description copied from interface:CfnDecoderManifestMixinPropsUse default decoders for all unmapped signals in the model.You don't need to provide any detailed decoding information.
- Specified by:
getDefaultForUnmappedSignalsin interfaceCfnDecoderManifestMixinProps- See Also:
-
getDescription
Description copied from interface:CfnDecoderManifestMixinPropsA brief description of the decoder manifest.- Specified by:
getDescriptionin interfaceCfnDecoderManifestMixinProps- See Also:
-
getModelManifestArn
Description copied from interface:CfnDecoderManifestMixinPropsThe Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest.- Specified by:
getModelManifestArnin interfaceCfnDecoderManifestMixinProps- See Also:
-
getName
Description copied from interface:CfnDecoderManifestMixinPropsThe name of the decoder manifest.- Specified by:
getNamein interfaceCfnDecoderManifestMixinProps- See Also:
-
getNetworkInterfaces
Description copied from interface:CfnDecoderManifestMixinPropsA list of information about available network interfaces.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDecoderManifestPropsMixin.NetworkInterfacesItemsProperty>- Specified by:
getNetworkInterfacesin interfaceCfnDecoderManifestMixinProps- See Also:
-
getSignalDecoders
Description copied from interface:CfnDecoderManifestMixinPropsA list of information about signal decoders.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDecoderManifestPropsMixin.SignalDecodersItemsProperty>- Specified by:
getSignalDecodersin interfaceCfnDecoderManifestMixinProps- See Also:
-
getStatus
Description copied from interface:CfnDecoderManifestMixinPropsThe 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 interfaceCfnDecoderManifestMixinProps- See Also:
-
getTags
Description copied from interface:CfnDecoderManifestMixinPropsMetadata that can be used to manage the decoder manifest.- Specified by:
getTagsin interfaceCfnDecoderManifestMixinProps- 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()
-