public static final class CfnComponentVersion.ComponentPlatformProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnComponentVersion.ComponentPlatformProperty
CfnComponentVersion.ComponentPlatformProperty
CfnComponentVersion.ComponentPlatformProperty.Builder, CfnComponentVersion.ComponentPlatformProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAttributes()
A dictionary of attributes for the platform.
|
java.lang.String |
getName()
The friendly name of the platform.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAttributes()
CfnComponentVersion.ComponentPlatformProperty
The software defines the os
and platform
by default. You can specify additional platform attributes for a core device when you deploy the Greengrass nucleus component. For more information, see the Greengrass nucleus component in the AWS IoT Greengrass V2 Developer Guide .
getAttributes
in interface CfnComponentVersion.ComponentPlatformProperty
public final java.lang.String getName()
CfnComponentVersion.ComponentPlatformProperty
If you omit this parameter, AWS IoT Greengrass creates a friendly name from the os
and architecture
of the platform.
getName
in interface CfnComponentVersion.ComponentPlatformProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()