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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewaySpecProperty
CfnVirtualGateway.VirtualGatewaySpecProperty.Builder, CfnVirtualGateway.VirtualGatewaySpecProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVirtualGateway.VirtualGatewaySpecProperty.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 ObjectA reference to an object that represents the defaults for backends.final ObjectThe listeners that the mesh endpoint is expected to receive inbound traffic from.final ObjectAn object that represents logging information.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.VirtualGatewaySpecProperty.Builder.
-
-
Method Details
-
getListeners
Description copied from interface:CfnVirtualGateway.VirtualGatewaySpecPropertyThe listeners that the mesh endpoint is expected to receive inbound traffic from.You can specify one listener.
- Specified by:
getListenersin interfaceCfnVirtualGateway.VirtualGatewaySpecProperty
-
getBackendDefaults
Description copied from interface:CfnVirtualGateway.VirtualGatewaySpecPropertyA reference to an object that represents the defaults for backends.- Specified by:
getBackendDefaultsin interfaceCfnVirtualGateway.VirtualGatewaySpecProperty
-
getLogging
Description copied from interface:CfnVirtualGateway.VirtualGatewaySpecPropertyAn object that represents logging information.- Specified by:
getLoggingin interfaceCfnVirtualGateway.VirtualGatewaySpecProperty
-
$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()
-