Class NetworkListenerLookupOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.NetworkListenerLookupOptions.Jsii$Proxy
- All Implemented Interfaces:
BaseListenerLookupOptions,NetworkListenerLookupOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
NetworkListenerLookupOptions
@Stability(Stable)
@Internal
public static final class NetworkListenerLookupOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements NetworkListenerLookupOptions
An implementation for
NetworkListenerLookupOptions-
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.NetworkListenerLookupOptions
NetworkListenerLookupOptions.Builder, NetworkListenerLookupOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theNetworkListenerLookupOptions.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 NumberFilter listeners by listener port.final ProtocolProtocol of the listener port.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 theNetworkListenerLookupOptions.Builder.
-
-
Method Details
-
getListenerProtocol
Description copied from interface:NetworkListenerLookupOptionsProtocol of the listener port.Default: - listener is not filtered by protocol
- Specified by:
getListenerProtocolin interfaceNetworkListenerLookupOptions
-
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()
-