@Stability(value=Stable) @Internal public static final class CfnAssetModelProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAssetModelProps
CfnAssetModelPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnAssetModelProps.Builder, CfnAssetModelProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnAssetModelProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnAssetModelProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAssetModelCompositeModels()
The composite asset models that are part of this asset model.
|
String |
getAssetModelDescription()
A description for the asset model.
|
Object |
getAssetModelHierarchies()
The hierarchy definitions of the asset model.
|
String |
getAssetModelName()
A unique, friendly name for the asset model.
|
Object |
getAssetModelProperties()
The property definitions of the asset model.
|
List<CfnTag> |
getTags()
A list of key-value pairs that contain metadata for the asset.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnAssetModelProps.Builder builder)
CfnAssetModelProps.Builder.public final String getAssetModelName()
CfnAssetModelProps
The maximum length is 256 characters with the pattern [^\ u0000-\ u001F\ u007F]+ .
getAssetModelName in interface CfnAssetModelPropspublic final Object getAssetModelCompositeModels()
CfnAssetModelPropsComposite 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.
getAssetModelCompositeModels in interface CfnAssetModelPropspublic final String getAssetModelDescription()
CfnAssetModelPropsgetAssetModelDescription in interface CfnAssetModelPropspublic final Object getAssetModelHierarchies()
CfnAssetModelPropsEach 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 .
getAssetModelHierarchies in interface CfnAssetModelPropspublic final Object getAssetModelProperties()
CfnAssetModelPropsFor 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 .
getAssetModelProperties in interface CfnAssetModelPropspublic final List<CfnTag> getTags()
CfnAssetModelPropsFor more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide .
getTags in interface CfnAssetModelProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.