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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.NetworkListenerLookupOptions
NetworkListenerLookupOptions.Builder, NetworkListenerLookupOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theNetworkListenerLookupOptions.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 Number
Filter listeners by listener port.final Protocol
Protocol of the listener port.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 theNetworkListenerLookupOptions.Builder
.
-
-
Method Details
-
getListenerProtocol
Description copied from interface:NetworkListenerLookupOptions
Protocol of the listener port.Default: - listener is not filtered by protocol
- Specified by:
getListenerProtocol
in interfaceNetworkListenerLookupOptions
-
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()
-