Class CfnGateway.GatewayPlatformProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotsitewise.CfnGateway.GatewayPlatformProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGateway.GatewayPlatformProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGateway.GatewayPlatformProperty
@Stability(Stable)
@Internal
public static final class CfnGateway.GatewayPlatformProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGateway.GatewayPlatformProperty
An implementation for
CfnGateway.GatewayPlatformProperty
-
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.iotsitewise.CfnGateway.GatewayPlatformProperty
CfnGateway.GatewayPlatformProperty.Builder, CfnGateway.GatewayPlatformProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGateway.GatewayPlatformProperty.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 Object
A gateway that runs on AWS IoT Greengrass .final Object
A gateway that runs on AWS IoT Greengrass V2 .final Object
A AWS IoT SiteWise Edge gateway that runs on a Siemens Industrial Edge Device.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 theCfnGateway.GatewayPlatformProperty.Builder
.
-
-
Method Details
-
getGreengrass
Description copied from interface:CfnGateway.GatewayPlatformProperty
A gateway that runs on AWS IoT Greengrass .- Specified by:
getGreengrass
in interfaceCfnGateway.GatewayPlatformProperty
- See Also:
-
getGreengrassV2
Description copied from interface:CfnGateway.GatewayPlatformProperty
A gateway that runs on AWS IoT Greengrass V2 .- Specified by:
getGreengrassV2
in interfaceCfnGateway.GatewayPlatformProperty
- See Also:
-
getSiemensIe
Description copied from interface:CfnGateway.GatewayPlatformProperty
A AWS IoT SiteWise Edge gateway that runs on a Siemens Industrial Edge Device.- Specified by:
getSiemensIe
in interfaceCfnGateway.GatewayPlatformProperty
- 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()
-