Class HttpUrlIntegrationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.integrations.HttpUrlIntegrationProps.Jsii$Proxy
- All Implemented Interfaces:
HttpUrlIntegrationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- HttpUrlIntegrationProps
@Stability(Experimental)
@Internal
public static final class HttpUrlIntegrationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements HttpUrlIntegrationProps
An implementation for
HttpUrlIntegrationProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.integrations.HttpUrlIntegrationProps
HttpUrlIntegrationProps.Builder, HttpUrlIntegrationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theHttpUrlIntegrationProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final HttpMethod
(experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.final ParameterMapping
(experimental) Specifies how to transform HTTP requests before sending them to the backend.final int
hashCode()
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 theHttpUrlIntegrationProps.Builder
.
-
-
Method Details
-
getMethod
Description copied from interface:HttpUrlIntegrationProps
(experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.Default: HttpMethod.ANY
- Specified by:
getMethod
in interfaceHttpUrlIntegrationProps
-
getParameterMapping
Description copied from interface:HttpUrlIntegrationProps
(experimental) Specifies how to transform HTTP requests before sending them to the backend.Default: undefined requests are sent to the backend unmodified
- Specified by:
getParameterMapping
in interfaceHttpUrlIntegrationProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-