Class CfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.CfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApiGatewayManagedOverrides.IntegrationOverridesProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnApiGatewayManagedOverrides.IntegrationOverridesProperty
@Stability(Stable)
@Internal
public static final class CfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApiGatewayManagedOverrides.IntegrationOverridesProperty
An implementation for
CfnApiGatewayManagedOverrides.IntegrationOverridesProperty
-
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.CfnApiGatewayManagedOverrides.IntegrationOverridesProperty
CfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Builder, CfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApiGatewayManagedOverrides.IntegrationOverridesProperty.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 String
The description of the integration.final String
Specifies the integration's HTTP method type.final String
Specifies the format of the payload sent to an integration.final Number
Custom timeout between 50 and 29,000 milliseconds for WebSocket APIs and between 50 and 30,000 milliseconds for HTTP APIs.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 theCfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Builder
.
-
-
Method Details
-
getDescription
Description copied from interface:CfnApiGatewayManagedOverrides.IntegrationOverridesProperty
The description of the integration.- Specified by:
getDescription
in interfaceCfnApiGatewayManagedOverrides.IntegrationOverridesProperty
-
getIntegrationMethod
Description copied from interface:CfnApiGatewayManagedOverrides.IntegrationOverridesProperty
Specifies the integration's HTTP method type.- Specified by:
getIntegrationMethod
in interfaceCfnApiGatewayManagedOverrides.IntegrationOverridesProperty
-
getPayloadFormatVersion
Description copied from interface:CfnApiGatewayManagedOverrides.IntegrationOverridesProperty
Specifies the format of the payload sent to an integration.Required for HTTP APIs. For HTTP APIs, supported values for Lambda proxy integrations are
1.0
and2.0
. For all other integrations,1.0
is the only supported value. To learn more, see Working with AWS Lambda proxy integrations for HTTP APIs .- Specified by:
getPayloadFormatVersion
in interfaceCfnApiGatewayManagedOverrides.IntegrationOverridesProperty
-
getTimeoutInMillis
Description copied from interface:CfnApiGatewayManagedOverrides.IntegrationOverridesProperty
Custom timeout between 50 and 29,000 milliseconds for WebSocket APIs and between 50 and 30,000 milliseconds for HTTP APIs.The default timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP APIs.
- Specified by:
getTimeoutInMillis
in interfaceCfnApiGatewayManagedOverrides.IntegrationOverridesProperty
-
$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()
-