Class CfnVirtualGatewayPropsMixin.VirtualGatewaySpecProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnVirtualGatewayPropsMixin.VirtualGatewaySpecProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualGatewayPropsMixin.VirtualGatewaySpecProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVirtualGatewayPropsMixin.VirtualGatewaySpecProperty
@Stability(Stable)
@Internal
public static final class CfnVirtualGatewayPropsMixin.VirtualGatewaySpecProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualGatewayPropsMixin.VirtualGatewaySpecProperty
An implementation for
CfnVirtualGatewayPropsMixin.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.cfnpropertymixins.services.appmesh.CfnVirtualGatewayPropsMixin.VirtualGatewaySpecProperty
CfnVirtualGatewayPropsMixin.VirtualGatewaySpecProperty.Builder, CfnVirtualGatewayPropsMixin.VirtualGatewaySpecProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVirtualGatewayPropsMixin.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 theCfnVirtualGatewayPropsMixin.VirtualGatewaySpecProperty.Builder.
-
-
Method Details
-
getBackendDefaults
Description copied from interface:CfnVirtualGatewayPropsMixin.VirtualGatewaySpecPropertyA reference to an object that represents the defaults for backends.Returns union: either
IResolvableorCfnVirtualGatewayPropsMixin.VirtualGatewayBackendDefaultsProperty- Specified by:
getBackendDefaultsin interfaceCfnVirtualGatewayPropsMixin.VirtualGatewaySpecProperty- See Also:
-
getListeners
Description copied from interface:CfnVirtualGatewayPropsMixin.VirtualGatewaySpecPropertyThe listeners that the mesh endpoint is expected to receive inbound traffic from.You can specify one listener.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnVirtualGatewayPropsMixin.VirtualGatewayListenerProperty>- Specified by:
getListenersin interfaceCfnVirtualGatewayPropsMixin.VirtualGatewaySpecProperty- See Also:
-
getLogging
Description copied from interface:CfnVirtualGatewayPropsMixin.VirtualGatewaySpecPropertyAn object that represents logging information.Returns union: either
IResolvableorCfnVirtualGatewayPropsMixin.VirtualGatewayLoggingProperty- Specified by:
getLoggingin interfaceCfnVirtualGatewayPropsMixin.VirtualGatewaySpecProperty- 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()
-