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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iottwinmaker.CfnEntity.CompositeComponentProperty
CfnEntity.CompositeComponentProperty.Builder, CfnEntity.CompositeComponentProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEntity.CompositeComponentProperty.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 name of the component.final StringThe path to the composite component, starting from the top-level component.final StringThe ID of the composite component type.final StringThe description of the component type.final ObjectMap of strings to the properties in the component type.final ObjectThe property groups.final ObjectThe current status of the composite component.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 theCfnEntity.CompositeComponentProperty.Builder.
-
-
Method Details
-
getComponentName
Description copied from interface:CfnEntity.CompositeComponentPropertyThe name of the component.- Specified by:
getComponentNamein interfaceCfnEntity.CompositeComponentProperty- See Also:
-
getComponentPath
Description copied from interface:CfnEntity.CompositeComponentPropertyThe path to the composite component, starting from the top-level component.- Specified by:
getComponentPathin interfaceCfnEntity.CompositeComponentProperty- See Also:
-
getComponentTypeId
Description copied from interface:CfnEntity.CompositeComponentPropertyThe ID of the composite component type.- Specified by:
getComponentTypeIdin interfaceCfnEntity.CompositeComponentProperty- See Also:
-
getDescription
Description copied from interface:CfnEntity.CompositeComponentPropertyThe description of the component type.- Specified by:
getDescriptionin interfaceCfnEntity.CompositeComponentProperty- See Also:
-
getProperties
Description copied from interface:CfnEntity.CompositeComponentPropertyMap of strings to the properties in the component type.Each string in the mapping must be unique to this component.
Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnEntity.PropertyProperty>- Specified by:
getPropertiesin interfaceCfnEntity.CompositeComponentProperty- See Also:
-
getPropertyGroups
Description copied from interface:CfnEntity.CompositeComponentPropertyThe property groups.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnEntity.PropertyGroupProperty>- Specified by:
getPropertyGroupsin interfaceCfnEntity.CompositeComponentProperty- See Also:
-
getStatus
Description copied from interface:CfnEntity.CompositeComponentPropertyThe current status of the composite component.Returns union: either
IResolvableorCfnEntity.StatusProperty- Specified by:
getStatusin interfaceCfnEntity.CompositeComponentProperty- 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()
-