Class CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotsitewise.CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty
@Stability(Stable)
@Internal
public static final class CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty
An implementation for
CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotsitewise.CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty
CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty.Builder, CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The external ID of the enforced asset model property.final String
The logical ID of the enforced asset model property.final String
The external ID of the enforced interface property.final int
hashCode()
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
protected Jsii$Proxy(CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty.Builder
.
-
-
Method Details
-
getInterfaceAssetModelPropertyExternalId
Description copied from interface:CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty
The external ID of the enforced interface property.- Specified by:
getInterfaceAssetModelPropertyExternalId
in interfaceCfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty
- See Also:
-
getAssetModelPropertyExternalId
Description copied from interface:CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty
The external ID of the enforced asset model property.- Specified by:
getAssetModelPropertyExternalId
in interfaceCfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty
- See Also:
-
getAssetModelPropertyLogicalId
Description copied from interface:CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty
The logical ID of the enforced asset model property.- Specified by:
getAssetModelPropertyLogicalId
in interfaceCfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-