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