Class CfnComponentVersion.ComponentPlatformProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrassv2.CfnComponentVersion.ComponentPlatformProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComponentVersion.ComponentPlatformProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnComponentVersion.ComponentPlatformProperty
@Stability(Stable)
@Internal
public static final class CfnComponentVersion.ComponentPlatformProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComponentVersion.ComponentPlatformProperty
An implementation for
CfnComponentVersion.ComponentPlatformProperty
-
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.greengrassv2.CfnComponentVersion.ComponentPlatformProperty
CfnComponentVersion.ComponentPlatformProperty.Builder, CfnComponentVersion.ComponentPlatformProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnComponentVersion.ComponentPlatformProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnComponentVersion.ComponentPlatformProperty.Builder
.
-
-
Method Details
-
getAttributes
Description copied from interface:CfnComponentVersion.ComponentPlatformProperty
A dictionary of attributes for the platform.The AWS IoT Greengrass Core software defines the
os
andplatform
by default. You can specify additional platform attributes for a core device when you deploy the AWS IoT Greengrass nucleus component. For more information, see the AWS IoT Greengrass nucleus component in the AWS IoT Greengrass V2 Developer Guide .- Specified by:
getAttributes
in interfaceCfnComponentVersion.ComponentPlatformProperty
-
getName
Description copied from interface:CfnComponentVersion.ComponentPlatformProperty
The friendly name of the platform. This name helps you identify the platform.If you omit this parameter, AWS IoT Greengrass creates a friendly name from the
os
andarchitecture
of the platform.- Specified by:
getName
in interfaceCfnComponentVersion.ComponentPlatformProperty
-
$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()
-