@Stability(value=Stable)
public static interface CfnAssetModel.AssetModelHierarchyProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotsitewise.*;
AssetModelHierarchyProperty assetModelHierarchyProperty = AssetModelHierarchyProperty.builder()
.childAssetModelId("childAssetModelId")
.logicalId("logicalId")
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAssetModel.AssetModelHierarchyProperty.Builder
A builder for
CfnAssetModel.AssetModelHierarchyProperty |
static class |
CfnAssetModel.AssetModelHierarchyProperty.Jsii$Proxy
An implementation for
CfnAssetModel.AssetModelHierarchyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAssetModel.AssetModelHierarchyProperty.Builder |
builder() |
String |
getChildAssetModelId()
The Id of the asset model.
|
String |
getLogicalId()
The `LogicalID` of the asset model hierarchy.
|
String |
getName()
The name of the asset model hierarchy.
|
@Stability(value=Stable) @NotNull String getChildAssetModelId()
@Stability(value=Stable) @NotNull String getLogicalId()
The maximum length is 256 characters, with the pattern [^\ u0000-\ u001F\ u007F]+
@Stability(value=Stable) @NotNull String getName()
The maximum length is 256 characters with the pattern [^\ u0000-\ u001F\ u007F]+ .
@Stability(value=Stable) static CfnAssetModel.AssetModelHierarchyProperty.Builder builder()
Copyright © 2022. All rights reserved.