Class ApplicationListenerLookupOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationListenerLookupOptions.Jsii$Proxy
- All Implemented Interfaces:
ApplicationListenerLookupOptions,BaseListenerLookupOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ApplicationListenerLookupOptions
@Stability(Stable)
@Internal
public static final class ApplicationListenerLookupOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ApplicationListenerLookupOptions
An implementation for
ApplicationListenerLookupOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationListenerLookupOptions
ApplicationListenerLookupOptions.Builder, ApplicationListenerLookupOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theApplicationListenerLookupOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringARN of the listener to look up.final NumberFilter listeners by listener port.final ApplicationProtocolFilter listeners by listener protocol.final StringFilter listeners by associated load balancer arn.Filter listeners by associated load balancer tags.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theApplicationListenerLookupOptions.Builder.
-
-
Method Details
-
getListenerArn
Description copied from interface:ApplicationListenerLookupOptionsARN of the listener to look up.Default: - does not filter by listener arn
- Specified by:
getListenerArnin interfaceApplicationListenerLookupOptions
-
getListenerProtocol
Description copied from interface:ApplicationListenerLookupOptionsFilter listeners by listener protocol.Default: - does not filter by listener protocol
- Specified by:
getListenerProtocolin interfaceApplicationListenerLookupOptions
-
getListenerPort
Description copied from interface:BaseListenerLookupOptionsFilter listeners by listener port.Default: - does not filter by listener port
- Specified by:
getListenerPortin interfaceBaseListenerLookupOptions
-
getLoadBalancerArn
Description copied from interface:BaseListenerLookupOptionsFilter listeners by associated load balancer arn.Default: - does not filter by load balancer arn
- Specified by:
getLoadBalancerArnin interfaceBaseListenerLookupOptions
-
getLoadBalancerTags
Description copied from interface:BaseListenerLookupOptionsFilter listeners by associated load balancer tags.Default: - does not filter by load balancer tags
- Specified by:
getLoadBalancerTagsin interfaceBaseListenerLookupOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-