Class CfnVirtualGateway.VirtualGatewaySpecProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewaySpecProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualGateway.VirtualGatewaySpecProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVirtualGateway.VirtualGatewaySpecProperty
@Stability(Stable)
@Internal
public static final class CfnVirtualGateway.VirtualGatewaySpecProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualGateway.VirtualGatewaySpecProperty
An implementation for
CfnVirtualGateway.VirtualGatewaySpecProperty
-
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.appmesh.CfnVirtualGateway.VirtualGatewaySpecProperty
CfnVirtualGateway.VirtualGatewaySpecProperty.Builder, CfnVirtualGateway.VirtualGatewaySpecProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVirtualGateway.VirtualGatewaySpecProperty.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 Object
A reference to an object that represents the defaults for backends.final Object
The listeners that the mesh endpoint is expected to receive inbound traffic from.final Object
An object that represents logging information.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 theCfnVirtualGateway.VirtualGatewaySpecProperty.Builder
.
-
-
Method Details
-
getListeners
Description copied from interface:CfnVirtualGateway.VirtualGatewaySpecProperty
The listeners that the mesh endpoint is expected to receive inbound traffic from.You can specify one listener.
- Specified by:
getListeners
in interfaceCfnVirtualGateway.VirtualGatewaySpecProperty
- See Also:
-
getBackendDefaults
Description copied from interface:CfnVirtualGateway.VirtualGatewaySpecProperty
A reference to an object that represents the defaults for backends.- Specified by:
getBackendDefaults
in interfaceCfnVirtualGateway.VirtualGatewaySpecProperty
- See Also:
-
getLogging
Description copied from interface:CfnVirtualGateway.VirtualGatewaySpecProperty
An object that represents logging information.- Specified by:
getLogging
in interfaceCfnVirtualGateway.VirtualGatewaySpecProperty
- See Also:
-
$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()
-