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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotsitewise.CfnAssetModelProps
CfnAssetModelProps.Builder, CfnAssetModelProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAssetModelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAssetModelProps.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 ObjectThe composite asset models that are part of this asset model.final StringA description for the asset model.final ObjectThe hierarchy definitions of the asset model.final StringA unique, friendly name for the asset model.final ObjectThe property definitions of the asset model.getTags()A list of key-value pairs that contain metadata for the asset.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 theCfnAssetModelProps.Builder.
-
-
Method Details
-
getAssetModelName
Description copied from interface:CfnAssetModelPropsA unique, friendly name for the asset model.The maximum length is 256 characters with the pattern
[^\ u0000-\ u001F\ u007F]+.- Specified by:
getAssetModelNamein interfaceCfnAssetModelProps
-
getAssetModelCompositeModels
Description copied from interface:CfnAssetModelPropsThe 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:
getAssetModelCompositeModelsin interfaceCfnAssetModelProps
-
getAssetModelDescription
Description copied from interface:CfnAssetModelPropsA description for the asset model.- Specified by:
getAssetModelDescriptionin interfaceCfnAssetModelProps
-
getAssetModelHierarchies
Description copied from interface:CfnAssetModelPropsThe 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:
getAssetModelHierarchiesin interfaceCfnAssetModelProps
-
getAssetModelProperties
Description copied from interface:CfnAssetModelPropsThe 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:
getAssetModelPropertiesin interfaceCfnAssetModelProps
-
getTags
Description copied from interface:CfnAssetModelPropsA 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:
getTagsin interfaceCfnAssetModelProps
-
$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()
-