Class CfnRouteResponseProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.CfnRouteResponseProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRouteResponseProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnRouteResponseProps
@Stability(Stable)
@Internal
public static final class CfnRouteResponseProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRouteResponseProps
An implementation for
CfnRouteResponseProps-
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.services.apigatewayv2.CfnRouteResponseProps
CfnRouteResponseProps.Builder, CfnRouteResponseProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRouteResponseProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRouteResponseProps.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 API identifier.final StringThe model selection expression for the route response.final ObjectThe response models for the route response.final ObjectThe route response parameters.final StringThe route ID.final StringThe route response key.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 theCfnRouteResponseProps.Builder.
-
-
Method Details
-
getApiId
Description copied from interface:CfnRouteResponsePropsThe API identifier.- Specified by:
getApiIdin interfaceCfnRouteResponseProps
-
getRouteId
Description copied from interface:CfnRouteResponsePropsThe route ID.- Specified by:
getRouteIdin interfaceCfnRouteResponseProps
-
getRouteResponseKey
Description copied from interface:CfnRouteResponsePropsThe route response key.- Specified by:
getRouteResponseKeyin interfaceCfnRouteResponseProps
-
getModelSelectionExpression
Description copied from interface:CfnRouteResponsePropsThe model selection expression for the route response.Supported only for WebSocket APIs.
- Specified by:
getModelSelectionExpressionin interfaceCfnRouteResponseProps
-
getResponseModels
Description copied from interface:CfnRouteResponsePropsThe response models for the route response.- Specified by:
getResponseModelsin interfaceCfnRouteResponseProps
-
getResponseParameters
Description copied from interface:CfnRouteResponsePropsThe route response parameters.- Specified by:
getResponseParametersin interfaceCfnRouteResponseProps
-
$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()
-