Class CfnModelManifestMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnModelManifestMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnModelManifestMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelManifestMixinProps
@Stability(Stable)
@Internal
public static final class CfnModelManifestMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelManifestMixinProps
An implementation for
CfnModelManifestMixinProps-
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.CfnModelManifestMixinProps
CfnModelManifestMixinProps.Builder, CfnModelManifestMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelManifestMixinProps.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 StringA brief description of the vehicle model.final StringgetName()The name of the vehicle model.getNodes()A list of nodes, which are a general abstraction of signals.final StringThe Amazon Resource Name (ARN) of the signal catalog associated with the vehicle model.final StringThe state of the vehicle model.getTags()Metadata that can be used to manage the vehicle model.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 theCfnModelManifestMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnModelManifestMixinPropsA brief description of the vehicle model.- Specified by:
getDescriptionin interfaceCfnModelManifestMixinProps- See Also:
-
getName
Description copied from interface:CfnModelManifestMixinPropsThe name of the vehicle model.- Specified by:
getNamein interfaceCfnModelManifestMixinProps- See Also:
-
getNodes
Description copied from interface:CfnModelManifestMixinPropsA list of nodes, which are a general abstraction of signals.- Specified by:
getNodesin interfaceCfnModelManifestMixinProps- See Also:
-
getSignalCatalogArn
Description copied from interface:CfnModelManifestMixinPropsThe Amazon Resource Name (ARN) of the signal catalog associated with the vehicle model.- Specified by:
getSignalCatalogArnin interfaceCfnModelManifestMixinProps- See Also:
-
getStatus
Description copied from interface:CfnModelManifestMixinPropsThe state of the vehicle model.If the status is
ACTIVE, the vehicle model can't be edited. If the status isDRAFT, you can edit the vehicle model.Default: - "DRAFT"
- Specified by:
getStatusin interfaceCfnModelManifestMixinProps- See Also:
-
getTags
Description copied from interface:CfnModelManifestMixinPropsMetadata that can be used to manage the vehicle model.- Specified by:
getTagsin interfaceCfnModelManifestMixinProps- 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()
-