Class CfnApiGatewayManagedOverridesProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.CfnApiGatewayManagedOverridesProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApiGatewayManagedOverridesProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnApiGatewayManagedOverridesProps
@Stability(Stable)
@Internal
public static final class CfnApiGatewayManagedOverridesProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApiGatewayManagedOverridesProps
An implementation for
CfnApiGatewayManagedOverridesProps
-
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.CfnApiGatewayManagedOverridesProps
CfnApiGatewayManagedOverridesProps.Builder, CfnApiGatewayManagedOverridesProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApiGatewayManagedOverridesProps.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
getApiId()
The ID of the API for which to override the configuration of API Gateway-managed resources.final Object
Overrides the integration configuration for an API Gateway-managed integration.final Object
getRoute()
Overrides the route configuration for an API Gateway-managed route.final Object
getStage()
Overrides the stage configuration for an API Gateway-managed stage.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 theCfnApiGatewayManagedOverridesProps.Builder
.
-
-
Method Details
-
getApiId
Description copied from interface:CfnApiGatewayManagedOverridesProps
The ID of the API for which to override the configuration of API Gateway-managed resources.- Specified by:
getApiId
in interfaceCfnApiGatewayManagedOverridesProps
-
getIntegration
Description copied from interface:CfnApiGatewayManagedOverridesProps
Overrides the integration configuration for an API Gateway-managed integration.- Specified by:
getIntegration
in interfaceCfnApiGatewayManagedOverridesProps
-
getRoute
Description copied from interface:CfnApiGatewayManagedOverridesProps
Overrides the route configuration for an API Gateway-managed route.- Specified by:
getRoute
in interfaceCfnApiGatewayManagedOverridesProps
-
getStage
Description copied from interface:CfnApiGatewayManagedOverridesProps
Overrides the stage configuration for an API Gateway-managed stage.- Specified by:
getStage
in interfaceCfnApiGatewayManagedOverridesProps
-
$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()
-