public static final class ApplicationListenerCertificateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApplicationListenerCertificateProps
ApplicationListenerCertificateProps
ApplicationListenerCertificateProps.Builder, ApplicationListenerCertificateProps.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.util.List<java.lang.String> |
getCertificateArns()
(deprecated) ARNs of certificates to attach.
|
java.util.List<IListenerCertificate> |
getCertificates()
Certificates to attach.
|
IApplicationListener |
getListener()
The listener to attach the rule to.
|
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 IApplicationListener getListener()
ApplicationListenerCertificateProps
getListener
in interface ApplicationListenerCertificateProps
public final java.util.List<java.lang.String> getCertificateArns()
ApplicationListenerCertificateProps
Duplicates are not allowed.
Default: - One of 'certificates' and 'certificateArns' is required.
getCertificateArns
in interface ApplicationListenerCertificateProps
public final java.util.List<IListenerCertificate> getCertificates()
ApplicationListenerCertificateProps
Duplicates are not allowed.
Default: - One of 'certificates' and 'certificateArns' is required.
getCertificates
in interface ApplicationListenerCertificateProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()