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