Class WebSocketLambdaIntegrationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.aws_apigatewayv2_integrations.WebSocketLambdaIntegrationProps.Jsii$Proxy
- All Implemented Interfaces:
WebSocketLambdaIntegrationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
WebSocketLambdaIntegrationProps
@Stability(Stable)
@Internal
public static final class WebSocketLambdaIntegrationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements WebSocketLambdaIntegrationProps
An implementation for
WebSocketLambdaIntegrationProps-
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.aws_apigatewayv2_integrations.WebSocketLambdaIntegrationProps
WebSocketLambdaIntegrationProps.Builder, WebSocketLambdaIntegrationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theWebSocketLambdaIntegrationProps.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 ContentHandlingSpecifies how to handle response payload content type conversions.final DurationThe maximum amount of time an integration will run before it returns without a response.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 theWebSocketLambdaIntegrationProps.Builder.
-
-
Method Details
-
getContentHandling
Description copied from interface:WebSocketLambdaIntegrationPropsSpecifies how to handle response payload content type conversions.Default: - The response payload will be passed through from the integration response to the route response or method response without modification.
- Specified by:
getContentHandlingin interfaceWebSocketLambdaIntegrationProps
-
getTimeout
Description copied from interface:WebSocketLambdaIntegrationPropsThe maximum amount of time an integration will run before it returns without a response.Must be between 50 milliseconds and 29 seconds.
Default: Duration.seconds(29)
- Specified by:
getTimeoutin interfaceWebSocketLambdaIntegrationProps
-
$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()
-