Class BaseListenerLookupOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.BaseListenerLookupOptions.Jsii$Proxy
- All Implemented Interfaces:
BaseListenerLookupOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BaseListenerLookupOptions
@Stability(Stable)
@Internal
public static final class BaseListenerLookupOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements BaseListenerLookupOptions
An implementation for
BaseListenerLookupOptions
-
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.BaseListenerLookupOptions
BaseListenerLookupOptions.Builder, BaseListenerLookupOptions.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theBaseListenerLookupOptions.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theBaseListenerLookupOptions.Builder
.
-
-
Method Details
-
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()
-