Class CfnAssetModel.AssetModelCompositeModelProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotsitewise.CfnAssetModel.AssetModelCompositeModelProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAssetModel.AssetModelCompositeModelProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssetModel.AssetModelCompositeModelProperty
@Stability(Stable)
@Internal
public static final class CfnAssetModel.AssetModelCompositeModelProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAssetModel.AssetModelCompositeModelProperty
An implementation for
CfnAssetModel.AssetModelCompositeModelProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotsitewise.CfnAssetModel.AssetModelCompositeModelProperty
CfnAssetModel.AssetModelCompositeModelProperty.Builder, CfnAssetModel.AssetModelCompositeModelProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAssetModel.AssetModelCompositeModelProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe ID of a component model which is reused to create this composite model.final ObjectThe asset property definitions for this composite model.final StringThe description of the composite model.final StringThe external ID of a composite model on this asset model.final StringgetId()The ID of the asset model composite model.final StringgetName()The name of the composite model.final StringThe external ID of the parent composite model.getPath()The structured path to the property from the root of the asset using property names.final StringgetType()The type of the composite model.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAssetModel.AssetModelCompositeModelProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnAssetModel.AssetModelCompositeModelPropertyThe name of the composite model.- Specified by:
getNamein interfaceCfnAssetModel.AssetModelCompositeModelProperty- See Also:
-
getType
Description copied from interface:CfnAssetModel.AssetModelCompositeModelPropertyThe type of the composite model.For alarm composite models, this type is
AWS/ALARM.- Specified by:
getTypein interfaceCfnAssetModel.AssetModelCompositeModelProperty- See Also:
-
getComposedAssetModelId
Description copied from interface:CfnAssetModel.AssetModelCompositeModelPropertyThe ID of a component model which is reused to create this composite model.- Specified by:
getComposedAssetModelIdin interfaceCfnAssetModel.AssetModelCompositeModelProperty- See Also:
-
getCompositeModelProperties
Description copied from interface:CfnAssetModel.AssetModelCompositeModelPropertyThe asset property definitions for this composite model.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAssetModel.AssetModelPropertyProperty>- Specified by:
getCompositeModelPropertiesin interfaceCfnAssetModel.AssetModelCompositeModelProperty- See Also:
-
getDescription
Description copied from interface:CfnAssetModel.AssetModelCompositeModelPropertyThe description of the composite model.If the composite model is a
component-model-basedcomposite model, the description is inherited from theCOMPONENT_MODELasset model and cannot be changed.- Specified by:
getDescriptionin interfaceCfnAssetModel.AssetModelCompositeModelProperty- See Also:
-
getExternalId
Description copied from interface:CfnAssetModel.AssetModelCompositeModelPropertyThe external ID of a composite model on this asset model.For more information, see Using external IDs in the AWS IoT SiteWise User Guide .
One of
ExternalIdorPathmust be specified.- Specified by:
getExternalIdin interfaceCfnAssetModel.AssetModelCompositeModelProperty- See Also:
-
getId
Description copied from interface:CfnAssetModel.AssetModelCompositeModelPropertyThe ID of the asset model composite model.This is a return value and can't be set.
- Specified by:
getIdin interfaceCfnAssetModel.AssetModelCompositeModelProperty- See Also:
-
getParentAssetModelCompositeModelExternalId
Description copied from interface:CfnAssetModel.AssetModelCompositeModelPropertyThe external ID of the parent composite model.For more information, see Using external IDs in the AWS IoT SiteWise User Guide .
- Specified by:
getParentAssetModelCompositeModelExternalIdin interfaceCfnAssetModel.AssetModelCompositeModelProperty- See Also:
-
getPath
Description copied from interface:CfnAssetModel.AssetModelCompositeModelPropertyThe structured path to the property from the root of the asset using property names.Path is used as the ID if the asset model is a derived composite model.
One of
ExternalIdorPathmust be specified.- Specified by:
getPathin interfaceCfnAssetModel.AssetModelCompositeModelProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-