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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationListenerLookupOptions
ApplicationListenerLookupOptions.Builder, ApplicationListenerLookupOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theApplicationListenerLookupOptions.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
ARN of the listener to look up.final Number
Filter listeners by listener port.final ApplicationProtocol
Filter listeners by listener protocol.final String
Filter listeners by associated load balancer arn.Filter listeners by associated load balancer tags.final int
hashCode()
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:ApplicationListenerLookupOptions
ARN of the listener to look up.Default: - does not filter by listener arn
- Specified by:
getListenerArn
in interfaceApplicationListenerLookupOptions
-
getListenerProtocol
Description copied from interface:ApplicationListenerLookupOptions
Filter listeners by listener protocol.Default: - does not filter by listener protocol
- Specified by:
getListenerProtocol
in interfaceApplicationListenerLookupOptions
-
getListenerPort
Description copied from interface:BaseListenerLookupOptions
Filter listeners by listener port.Default: - does not filter by listener port
- Specified by:
getListenerPort
in interfaceBaseListenerLookupOptions
-
getLoadBalancerArn
Description copied from interface:BaseListenerLookupOptions
Filter listeners by associated load balancer arn.Default: - does not filter by load balancer arn
- Specified by:
getLoadBalancerArn
in interfaceBaseListenerLookupOptions
-
getLoadBalancerTags
Description copied from interface:BaseListenerLookupOptions
Filter listeners by associated load balancer tags.Default: - does not filter by load balancer tags
- Specified by:
getLoadBalancerTags
in interfaceBaseListenerLookupOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-