public static final class CfnVirtualNode.ListenerTlsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVirtualNode.ListenerTlsProperty
CfnVirtualNode.ListenerTlsProperty
CfnVirtualNode.ListenerTlsProperty.Builder, CfnVirtualNode.ListenerTlsProperty.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 |
getCertificate()
A reference to an object that represents a listener's Transport Layer Security (TLS) certificate.
|
java.lang.String |
getMode()
Specify one of the following modes.
|
java.lang.Object |
getValidation()
A reference to an object that represents a listener's Transport Layer Security (TLS) validation context.
|
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 getCertificate()
CfnVirtualNode.ListenerTlsProperty
getCertificate
in interface CfnVirtualNode.ListenerTlsProperty
public final java.lang.String getMode()
CfnVirtualNode.ListenerTlsProperty
getMode
in interface CfnVirtualNode.ListenerTlsProperty
public final java.lang.Object getValidation()
CfnVirtualNode.ListenerTlsProperty
getValidation
in interface CfnVirtualNode.ListenerTlsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()