Class CfnEntity.CompositeComponentProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iottwinmaker.CfnEntity.CompositeComponentProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEntity.CompositeComponentProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEntity.CompositeComponentProperty
@Stability(Stable)
@Internal
public static final class CfnEntity.CompositeComponentProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEntity.CompositeComponentProperty
An implementation for
CfnEntity.CompositeComponentProperty
-
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.iottwinmaker.CfnEntity.CompositeComponentProperty
CfnEntity.CompositeComponentProperty.Builder, CfnEntity.CompositeComponentProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEntity.CompositeComponentProperty.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 name of the component.final String
The path to the composite component, starting from the top-level component.final String
The ID of the composite component type.final String
The description of the component type.final Object
Map of strings to the properties in the component type.final Object
The property groups.final Object
The current status of the composite component.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
Constructor that initializes the object based on literal property values passed by theCfnEntity.CompositeComponentProperty.Builder
.
-
-
Method Details
-
getComponentName
Description copied from interface:CfnEntity.CompositeComponentProperty
The name of the component.- Specified by:
getComponentName
in interfaceCfnEntity.CompositeComponentProperty
- See Also:
-
getComponentPath
Description copied from interface:CfnEntity.CompositeComponentProperty
The path to the composite component, starting from the top-level component.- Specified by:
getComponentPath
in interfaceCfnEntity.CompositeComponentProperty
- See Also:
-
getComponentTypeId
Description copied from interface:CfnEntity.CompositeComponentProperty
The ID of the composite component type.- Specified by:
getComponentTypeId
in interfaceCfnEntity.CompositeComponentProperty
- See Also:
-
getDescription
Description copied from interface:CfnEntity.CompositeComponentProperty
The description of the component type.- Specified by:
getDescription
in interfaceCfnEntity.CompositeComponentProperty
- See Also:
-
getProperties
Description copied from interface:CfnEntity.CompositeComponentProperty
Map of strings to the properties in the component type.Each string in the mapping must be unique to this component.
- Specified by:
getProperties
in interfaceCfnEntity.CompositeComponentProperty
- See Also:
-
getPropertyGroups
Description copied from interface:CfnEntity.CompositeComponentProperty
The property groups.- Specified by:
getPropertyGroups
in interfaceCfnEntity.CompositeComponentProperty
- See Also:
-
getStatus
Description copied from interface:CfnEntity.CompositeComponentProperty
The current status of the composite component.- Specified by:
getStatus
in interfaceCfnEntity.CompositeComponentProperty
- 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()
-