Class CfnEntityProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iottwinmaker.CfnEntityProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEntityProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEntityProps
@Stability(Stable)
@Internal
public static final class CfnEntityProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEntityProps
An implementation for
CfnEntityProps
-
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.CfnEntityProps
CfnEntityProps.Builder, CfnEntityProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnEntityProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEntityProps.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 Object
An object that maps strings to the components in the entity.final Object
Maps string tocompositeComponent
updates in the request.final String
The description of the entity.final String
The ID of the entity.final String
The entity name.final String
The ID of the parent entity.getTags()
Metadata that you can use to manage the entity.final String
The ID of the workspace that contains the entity.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 theCfnEntityProps.Builder
.
-
-
Method Details
-
getEntityName
Description copied from interface:CfnEntityProps
The entity name.- Specified by:
getEntityName
in interfaceCfnEntityProps
- See Also:
-
getWorkspaceId
Description copied from interface:CfnEntityProps
The ID of the workspace that contains the entity.- Specified by:
getWorkspaceId
in interfaceCfnEntityProps
- See Also:
-
getComponents
Description copied from interface:CfnEntityProps
An object that maps strings to the components in the entity.Each string in the mapping must be unique to this object.
For information on the component object see the component API reference.
- Specified by:
getComponents
in interfaceCfnEntityProps
- See Also:
-
getCompositeComponents
Description copied from interface:CfnEntityProps
Maps string tocompositeComponent
updates in the request.Each key of the map represents the
componentPath
of thecompositeComponent
.- Specified by:
getCompositeComponents
in interfaceCfnEntityProps
- See Also:
-
getDescription
Description copied from interface:CfnEntityProps
The description of the entity.- Specified by:
getDescription
in interfaceCfnEntityProps
- See Also:
-
getEntityId
Description copied from interface:CfnEntityProps
The ID of the entity.- Specified by:
getEntityId
in interfaceCfnEntityProps
- See Also:
-
getParentEntityId
Description copied from interface:CfnEntityProps
The ID of the parent entity.- Specified by:
getParentEntityId
in interfaceCfnEntityProps
- See Also:
-
getTags
Description copied from interface:CfnEntityProps
Metadata that you can use to manage the entity.- Specified by:
getTags
in interfaceCfnEntityProps
- 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()
-