Class WebSocketRouteIntegrationBindOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.WebSocketRouteIntegrationBindOptions.Jsii$Proxy
- All Implemented Interfaces:
- WebSocketRouteIntegrationBindOptions,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- WebSocketRouteIntegrationBindOptions
@Stability(Experimental)
@Internal
public static final class WebSocketRouteIntegrationBindOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements WebSocketRouteIntegrationBindOptions
An implementation for 
WebSocketRouteIntegrationBindOptions- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.WebSocketRouteIntegrationBindOptionsWebSocketRouteIntegrationBindOptions.Builder, WebSocketRouteIntegrationBindOptions.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theWebSocketRouteIntegrationBindOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal IWebSocketRoutegetRoute()(experimental) The route to which this is being bound.final ConstructgetScope()(experimental) The current scope in which the bind is occurring.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theWebSocketRouteIntegrationBindOptions.Builder.
 
- 
- 
Method Details- 
getRouteDescription copied from interface:WebSocketRouteIntegrationBindOptions(experimental) The route to which this is being bound.- Specified by:
- getRoutein interface- WebSocketRouteIntegrationBindOptions
 
- 
getScopeDescription copied from interface:WebSocketRouteIntegrationBindOptions(experimental) The current scope in which the bind is occurring.If the WebSocketRouteIntegrationbeing bound creates additional constructs, this will be used as their parent scope.- Specified by:
- getScopein interface- WebSocketRouteIntegrationBindOptions
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-