public static final class CfnAssetModelProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAssetModelProps
CfnAssetModelProps
CfnAssetModelProps.Builder, CfnAssetModelProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getAssetModelCompositeModels()
The composite asset models that are part of this asset model.
|
java.lang.String |
getAssetModelDescription()
A description for the asset model.
|
java.lang.Object |
getAssetModelHierarchies()
The hierarchy definitions of the asset model.
|
java.lang.String |
getAssetModelName()
A unique, friendly name for the asset model.
|
java.lang.Object |
getAssetModelProperties()
The property definitions of the asset model.
|
java.util.List<CfnTag> |
getTags()
A list of key-value pairs that contain metadata for the asset.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAssetModelName()
CfnAssetModelProps
The maximum length is 256 characters with the pattern [^\ u0000-\ u001F\ u007F]+
.
getAssetModelName
in interface CfnAssetModelProps
public final java.lang.Object getAssetModelCompositeModels()
CfnAssetModelProps
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.
getAssetModelCompositeModels
in interface CfnAssetModelProps
public final java.lang.String getAssetModelDescription()
CfnAssetModelProps
getAssetModelDescription
in interface CfnAssetModelProps
public final java.lang.Object getAssetModelHierarchies()
CfnAssetModelProps
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 .
getAssetModelHierarchies
in interface CfnAssetModelProps
public final java.lang.Object getAssetModelProperties()
CfnAssetModelProps
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 .
getAssetModelProperties
in interface CfnAssetModelProps
public final java.util.List<CfnTag> getTags()
CfnAssetModelProps
For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide .
getTags
in interface CfnAssetModelProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()