public static final class CfnService.NetworkConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnService.NetworkConfigurationProperty
CfnService.NetworkConfigurationProperty
CfnService.NetworkConfigurationProperty.Builder, CfnService.NetworkConfigurationProperty.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 |
getEgressConfiguration()
Network configuration settings for outbound message traffic.
|
java.lang.Object |
getIngressConfiguration()
Network configuration settings for inbound message traffic.
|
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 getEgressConfiguration()
CfnService.NetworkConfigurationProperty
getEgressConfiguration
in interface CfnService.NetworkConfigurationProperty
public final java.lang.Object getIngressConfiguration()
CfnService.NetworkConfigurationProperty
getIngressConfiguration
in interface CfnService.NetworkConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()