Class CfnAssetModelProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAssetModelProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAssetModelProps
CfnAssetModelProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotsitewise.CfnAssetModelProps
CfnAssetModelProps.Builder, CfnAssetModelProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnAssetModelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAssetModelProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The composite asset models that are part of this asset model.final String
A description for the asset model.final Object
The hierarchy definitions of the asset model.final String
A unique, friendly name for the asset model.final Object
The property definitions of the asset model.getTags()
A list of key-value pairs that contain metadata for the asset.final int
hashCode()
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 theCfnAssetModelProps.Builder
.
-
-
Method Details
-
getAssetModelName
Description copied from interface:CfnAssetModelProps
A unique, friendly name for the asset model.The maximum length is 256 characters with the pattern
[^\ u0000-\ u001F\ u007F]+
.- Specified by:
getAssetModelName
in interfaceCfnAssetModelProps
-
getAssetModelCompositeModels
Description copied from interface:CfnAssetModelProps
The composite asset models that are part of this asset model.Composite asset models are asset models that contain specific properties. Each composite model has a type that defines the properties that the composite model supports. You can use composite asset models to define alarms on this asset model.
- Specified by:
getAssetModelCompositeModels
in interfaceCfnAssetModelProps
-
getAssetModelDescription
Description copied from interface:CfnAssetModelProps
A description for the asset model.- Specified by:
getAssetModelDescription
in interfaceCfnAssetModelProps
-
getAssetModelHierarchies
Description copied from interface:CfnAssetModelProps
The hierarchy definitions of the asset model.Each hierarchy specifies an asset model whose assets can be children of any other assets created from this asset model. For more information, see Defining relationships between assets in the AWS IoT SiteWise User Guide .
You can specify up to 10 hierarchies per asset model. For more information, see Quotas in the AWS IoT SiteWise User Guide .
- Specified by:
getAssetModelHierarchies
in interfaceCfnAssetModelProps
-
getAssetModelProperties
Description copied from interface:CfnAssetModelProps
The property definitions of the asset model.For more information, see Defining data properties in the AWS IoT SiteWise User Guide .
You can specify up to 200 properties per asset model. For more information, see Quotas in the AWS IoT SiteWise User Guide .
- Specified by:
getAssetModelProperties
in interfaceCfnAssetModelProps
-
getTags
Description copied from interface:CfnAssetModelProps
A list of key-value pairs that contain metadata for the asset.For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide .
- Specified by:
getTags
in interfaceCfnAssetModelProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-