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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.CfnRouteResponseProps
CfnRouteResponseProps.Builder, CfnRouteResponseProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnRouteResponseProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRouteResponseProps.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 API identifier.final String
The model selection expression for the route response.final Object
The response models for the route response.final Object
The route response parameters.final String
The route ID.final String
The route response key.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 theCfnRouteResponseProps.Builder
.
-
-
Method Details
-
getApiId
Description copied from interface:CfnRouteResponseProps
The API identifier.- Specified by:
getApiId
in interfaceCfnRouteResponseProps
- See Also:
-
getRouteId
Description copied from interface:CfnRouteResponseProps
The route ID.- Specified by:
getRouteId
in interfaceCfnRouteResponseProps
- See Also:
-
getRouteResponseKey
Description copied from interface:CfnRouteResponseProps
The route response key.- Specified by:
getRouteResponseKey
in interfaceCfnRouteResponseProps
- See Also:
-
getModelSelectionExpression
Description copied from interface:CfnRouteResponseProps
The model selection expression for the route response.Supported only for WebSocket APIs.
- Specified by:
getModelSelectionExpression
in interfaceCfnRouteResponseProps
- See Also:
-
getResponseModels
Description copied from interface:CfnRouteResponseProps
The response models for the route response.- Specified by:
getResponseModels
in interfaceCfnRouteResponseProps
- See Also:
-
getResponseParameters
Description copied from interface:CfnRouteResponseProps
The route response parameters.- Specified by:
getResponseParameters
in interfaceCfnRouteResponseProps
- 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()
-