public static final class CfnAssetModel.AssetModelHierarchyProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAssetModel.AssetModelHierarchyProperty
CfnAssetModel.AssetModelHierarchyProperty
CfnAssetModel.AssetModelHierarchyProperty.Builder, CfnAssetModel.AssetModelHierarchyProperty.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.String |
getChildAssetModelId()
The Id of the asset model.
|
java.lang.String |
getLogicalId()
The `LogicalID` of the asset model hierarchy.
|
java.lang.String |
getName()
The name of the asset model hierarchy.
|
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 getChildAssetModelId()
CfnAssetModel.AssetModelHierarchyProperty
getChildAssetModelId
in interface CfnAssetModel.AssetModelHierarchyProperty
public final java.lang.String getLogicalId()
CfnAssetModel.AssetModelHierarchyProperty
The maximum length is 256 characters, with the pattern [^\ u0000-\ u001F\ u007F]+
getLogicalId
in interface CfnAssetModel.AssetModelHierarchyProperty
public final java.lang.String getName()
CfnAssetModel.AssetModelHierarchyProperty
The maximum length is 256 characters with the pattern [^\ u0000-\ u001F\ u007F]+
.
getName
in interface CfnAssetModel.AssetModelHierarchyProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()