Class CfnSignalCatalogMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnSignalCatalogMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSignalCatalogMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSignalCatalogMixinProps
@Stability(Stable)
@Internal
public static final class CfnSignalCatalogMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSignalCatalogMixinProps
An implementation for
CfnSignalCatalogMixinProps-
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.CfnSignalCatalogMixinProps
CfnSignalCatalogMixinProps.Builder, CfnSignalCatalogMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSignalCatalogMixinProps.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 signal catalog.final StringgetName()The name of the signal catalog.final ObjectInformation about the number of nodes and node types in a vehicle network.final ObjectgetNodes()A list of information about nodes, which are a general abstraction of signals.getTags()Metadata that can be used to manage the signal catalog.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 theCfnSignalCatalogMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnSignalCatalogMixinPropsA brief description of the signal catalog.- Specified by:
getDescriptionin interfaceCfnSignalCatalogMixinProps- See Also:
-
getName
Description copied from interface:CfnSignalCatalogMixinPropsThe name of the signal catalog.- Specified by:
getNamein interfaceCfnSignalCatalogMixinProps- See Also:
-
getNodeCounts
Description copied from interface:CfnSignalCatalogMixinPropsInformation about the number of nodes and node types in a vehicle network.Returns union: either
IResolvableorCfnSignalCatalogPropsMixin.NodeCountsProperty- Specified by:
getNodeCountsin interfaceCfnSignalCatalogMixinProps- See Also:
-
getNodes
Description copied from interface:CfnSignalCatalogMixinPropsA list of information about nodes, which are a general abstraction of signals.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnSignalCatalogPropsMixin.NodeProperty>- Specified by:
getNodesin interfaceCfnSignalCatalogMixinProps- See Also:
-
getTags
Description copied from interface:CfnSignalCatalogMixinPropsMetadata that can be used to manage the signal catalog.- Specified by:
getTagsin interfaceCfnSignalCatalogMixinProps- 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()
-