public static final class CfnGatewayProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGatewayProps
CfnGatewayProps
CfnGatewayProps.Builder, CfnGatewayProps.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 |
getGatewayCapabilitySummaries()
A list of gateway capability summaries that each contain a namespace and status.
|
java.lang.String |
getGatewayName()
A unique, friendly name for the gateway.
|
java.lang.Object |
getGatewayPlatform()
The gateway's platform.
|
java.util.List<CfnTag> |
getTags()
A list of key-value pairs that contain metadata for the gateway.
|
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.String getGatewayName()
CfnGatewayProps
The maximum length is 256 characters with the pattern [^\ u0000-\ u001F\ u007F]+
.
getGatewayName
in interface CfnGatewayProps
public final java.lang.Object getGatewayPlatform()
CfnGatewayProps
You can only specify one platform in a gateway.
getGatewayPlatform
in interface CfnGatewayProps
public final java.lang.Object getGatewayCapabilitySummaries()
CfnGatewayProps
Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration .
getGatewayCapabilitySummaries
in interface CfnGatewayProps
public final java.util.List<CfnTag> getTags()
CfnGatewayProps
For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide .
getTags
in interface CfnGatewayProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()