Class WebSocketRouteOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.WebSocketRouteOptions.Jsii$Proxy
- All Implemented Interfaces:
WebSocketRouteOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
WebSocketRouteOptions
@Stability(Stable)
@Internal
public static final class WebSocketRouteOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements WebSocketRouteOptions
An implementation for
WebSocketRouteOptions-
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.apigatewayv2.WebSocketRouteOptions
WebSocketRouteOptions.Builder, WebSocketRouteOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(WebSocketRouteOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theWebSocketRouteOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theWebSocketRouteOptions.Builder.
-
-
Method Details
-
getIntegration
Description copied from interface:WebSocketRouteOptionsThe integration to be configured on this route.- Specified by:
getIntegrationin interfaceWebSocketRouteOptions
-
getAuthorizer
Description copied from interface:WebSocketRouteOptionsThe authorize to this route.You can only set authorizer to a $connect route.
Default: - No Authorizer
- Specified by:
getAuthorizerin interfaceWebSocketRouteOptions
-
getReturnResponse
Description copied from interface:WebSocketRouteOptionsShould the route send a response to the client.Default: false
- Specified by:
getReturnResponsein interfaceWebSocketRouteOptions
-
$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()
-