public static final class CfnConnectAttachmentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConnectAttachmentProps
CfnConnectAttachmentProps
CfnConnectAttachmentProps.Builder, CfnConnectAttachmentProps.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.String |
getCoreNetworkId()
The core network ID.
|
java.lang.String |
getEdgeLocation()
The Region where the edge is located.
|
java.lang.Object |
getOptions()
Options for creating a Connect attachment.
|
java.util.List<CfnTag> |
getTags()
The tags associated with the Connect attachment.
|
java.lang.String |
getTransportAttachmentId()
The ID of the attachment between the two connections.
|
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 getCoreNetworkId()
CfnConnectAttachmentProps
getCoreNetworkId
in interface CfnConnectAttachmentProps
public final java.lang.String getEdgeLocation()
CfnConnectAttachmentProps
getEdgeLocation
in interface CfnConnectAttachmentProps
public final java.lang.Object getOptions()
CfnConnectAttachmentProps
getOptions
in interface CfnConnectAttachmentProps
public final java.util.List<CfnTag> getTags()
CfnConnectAttachmentProps
getTags
in interface CfnConnectAttachmentProps
public final java.lang.String getTransportAttachmentId()
CfnConnectAttachmentProps
getTransportAttachmentId
in interface CfnConnectAttachmentProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()