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