Class CfnVirtualGateway.VirtualGatewayListenerProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayListenerProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualGateway.VirtualGatewayListenerProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVirtualGateway.VirtualGatewayListenerProperty
@Stability(Stable)
@Internal
public static final class CfnVirtualGateway.VirtualGatewayListenerProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualGateway.VirtualGatewayListenerProperty
An implementation for
CfnVirtualGateway.VirtualGatewayListenerProperty-
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.appmesh.CfnVirtualGateway.VirtualGatewayListenerProperty
CfnVirtualGateway.VirtualGatewayListenerProperty.Builder, CfnVirtualGateway.VirtualGatewayListenerProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVirtualGateway.VirtualGatewayListenerProperty.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 ObjectThe connection pool information for the listener.final ObjectThe health check information for the listener.final ObjectThe port mapping information for the listener.final ObjectgetTls()A reference to an object that represents the Transport Layer Security (TLS) properties for the listener.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 theCfnVirtualGateway.VirtualGatewayListenerProperty.Builder.
-
-
Method Details
-
getPortMapping
Description copied from interface:CfnVirtualGateway.VirtualGatewayListenerPropertyThe port mapping information for the listener.- Specified by:
getPortMappingin interfaceCfnVirtualGateway.VirtualGatewayListenerProperty- See Also:
-
getConnectionPool
Description copied from interface:CfnVirtualGateway.VirtualGatewayListenerPropertyThe connection pool information for the listener.- Specified by:
getConnectionPoolin interfaceCfnVirtualGateway.VirtualGatewayListenerProperty- See Also:
-
getHealthCheck
Description copied from interface:CfnVirtualGateway.VirtualGatewayListenerPropertyThe health check information for the listener.- Specified by:
getHealthCheckin interfaceCfnVirtualGateway.VirtualGatewayListenerProperty- See Also:
-
getTls
Description copied from interface:CfnVirtualGateway.VirtualGatewayListenerPropertyA reference to an object that represents the Transport Layer Security (TLS) properties for the listener.- Specified by:
getTlsin interfaceCfnVirtualGateway.VirtualGatewayListenerProperty- See Also:
-
$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()
-