Class CfnApiGatewayManagedOverridesMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2.CfnApiGatewayManagedOverridesMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApiGatewayManagedOverridesMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApiGatewayManagedOverridesMixinProps
@Stability(Stable)
@Internal
public static final class CfnApiGatewayManagedOverridesMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApiGatewayManagedOverridesMixinProps
An implementation for
CfnApiGatewayManagedOverridesMixinProps-
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.cfnpropertymixins.services.apigatewayv2.CfnApiGatewayManagedOverridesMixinProps
CfnApiGatewayManagedOverridesMixinProps.Builder, CfnApiGatewayManagedOverridesMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApiGatewayManagedOverridesMixinProps.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 StringgetApiId()The ID of the API for which to override the configuration of API Gateway-managed resources.final ObjectOverrides the integration configuration for an API Gateway-managed integration.final ObjectgetRoute()Overrides the route configuration for an API Gateway-managed route.final ObjectgetStage()Overrides the stage configuration for an API Gateway-managed stage.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 theCfnApiGatewayManagedOverridesMixinProps.Builder.
-
-
Method Details
-
getApiId
Description copied from interface:CfnApiGatewayManagedOverridesMixinPropsThe ID of the API for which to override the configuration of API Gateway-managed resources.- Specified by:
getApiIdin interfaceCfnApiGatewayManagedOverridesMixinProps- See Also:
-
getIntegration
Description copied from interface:CfnApiGatewayManagedOverridesMixinPropsOverrides the integration configuration for an API Gateway-managed integration.Returns union: either
IResolvableorCfnApiGatewayManagedOverridesPropsMixin.IntegrationOverridesProperty- Specified by:
getIntegrationin interfaceCfnApiGatewayManagedOverridesMixinProps- See Also:
-
getRoute
Description copied from interface:CfnApiGatewayManagedOverridesMixinPropsOverrides the route configuration for an API Gateway-managed route.Returns union: either
IResolvableorCfnApiGatewayManagedOverridesPropsMixin.RouteOverridesProperty- Specified by:
getRoutein interfaceCfnApiGatewayManagedOverridesMixinProps- See Also:
-
getStage
Description copied from interface:CfnApiGatewayManagedOverridesMixinPropsOverrides the stage configuration for an API Gateway-managed stage.Returns union: either
IResolvableorCfnApiGatewayManagedOverridesPropsMixin.StageOverridesProperty- Specified by:
getStagein interfaceCfnApiGatewayManagedOverridesMixinProps- See Also:
-
$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()
-