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 ObjectgetApiId()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 ObjectThe 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:CfnRouteResponseProps- Specified by:
getApiIdin interfaceCfnRouteResponseProps- See Also:
-
getRouteId
Description copied from interface:CfnRouteResponseProps- Specified by:
getRouteIdin interfaceCfnRouteResponseProps- See Also:
-
getRouteResponseKey
Description copied from interface:CfnRouteResponsePropsThe route response key.- Specified by:
getRouteResponseKeyin interfaceCfnRouteResponseProps- See Also:
-
getModelSelectionExpression
Description copied from interface:CfnRouteResponsePropsThe model selection expression for the route response.Supported only for WebSocket APIs.
- Specified by:
getModelSelectionExpressionin interfaceCfnRouteResponseProps- See Also:
-
getResponseModels
Description copied from interface:CfnRouteResponsePropsThe response models for the route response.- Specified by:
getResponseModelsin interfaceCfnRouteResponseProps- See Also:
-
getResponseParameters
Description copied from interface:CfnRouteResponsePropsThe route response parameters.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnRouteResponse.ParameterConstraintsProperty>- Specified by:
getResponseParametersin interfaceCfnRouteResponseProps- 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()
-