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