Class CfnEntityMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iottwinmaker.CfnEntityMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEntityMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEntityMixinProps
@Stability(Stable)
@Internal
public static final class CfnEntityMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEntityMixinProps
An implementation for
CfnEntityMixinProps-
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.cfnpropertymixins.services.iottwinmaker.CfnEntityMixinProps
CfnEntityMixinProps.Builder, CfnEntityMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnEntityMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEntityMixinProps.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 ObjectAn object that maps strings to the components in the entity.final ObjectMaps string tocompositeComponentupdates in the request.final StringThe description of the entity.final StringThe ID of the entity.final StringThe entity name.final StringThe ID of the parent entity.getTags()Metadata that you can use to manage the entity.final StringThe ID of the workspace that contains the entity.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 theCfnEntityMixinProps.Builder.
-
-
Method Details
-
getComponents
Description copied from interface:CfnEntityMixinPropsAn 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.
Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnEntityPropsMixin.ComponentProperty>- Specified by:
getComponentsin interfaceCfnEntityMixinProps- See Also:
-
getCompositeComponents
Description copied from interface:CfnEntityMixinPropsMaps string tocompositeComponentupdates in the request.Each key of the map represents the
componentPathof thecompositeComponent.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnEntityPropsMixin.CompositeComponentProperty>- Specified by:
getCompositeComponentsin interfaceCfnEntityMixinProps- See Also:
-
getDescription
Description copied from interface:CfnEntityMixinPropsThe description of the entity.- Specified by:
getDescriptionin interfaceCfnEntityMixinProps- See Also:
-
getEntityId
Description copied from interface:CfnEntityMixinPropsThe ID of the entity.- Specified by:
getEntityIdin interfaceCfnEntityMixinProps- See Also:
-
getEntityName
Description copied from interface:CfnEntityMixinPropsThe entity name.- Specified by:
getEntityNamein interfaceCfnEntityMixinProps- See Also:
-
getParentEntityId
Description copied from interface:CfnEntityMixinPropsThe ID of the parent entity.- Specified by:
getParentEntityIdin interfaceCfnEntityMixinProps- See Also:
-
getTags
Description copied from interface:CfnEntityMixinPropsMetadata that you can use to manage the entity.- Specified by:
getTagsin interfaceCfnEntityMixinProps- See Also:
-
getWorkspaceId
Description copied from interface:CfnEntityMixinPropsThe ID of the workspace that contains the entity.- Specified by:
getWorkspaceIdin interfaceCfnEntityMixinProps- 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()
-