Class CfnRouteResponseMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2.CfnRouteResponseMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRouteResponseMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRouteResponseMixinProps
@Stability(Stable)
@Internal
public static final class CfnRouteResponseMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRouteResponseMixinProps
An implementation for
CfnRouteResponseMixinProps-
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.CfnRouteResponseMixinProps
CfnRouteResponseMixinProps.Builder, CfnRouteResponseMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRouteResponseMixinProps.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 theCfnRouteResponseMixinProps.Builder.
-
-
Method Details
-
getApiId
Description copied from interface:CfnRouteResponseMixinProps- Specified by:
getApiIdin interfaceCfnRouteResponseMixinProps- See Also:
-
getModelSelectionExpression
Description copied from interface:CfnRouteResponseMixinPropsThe model selection expression for the route response.Supported only for WebSocket APIs.
- Specified by:
getModelSelectionExpressionin interfaceCfnRouteResponseMixinProps- See Also:
-
getResponseModels
Description copied from interface:CfnRouteResponseMixinPropsThe response models for the route response.- Specified by:
getResponseModelsin interfaceCfnRouteResponseMixinProps- See Also:
-
getResponseParameters
Description copied from interface:CfnRouteResponseMixinPropsThe route response parameters.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnRouteResponsePropsMixin.ParameterConstraintsProperty>- Specified by:
getResponseParametersin interfaceCfnRouteResponseMixinProps- See Also:
-
getRouteId
Description copied from interface:CfnRouteResponseMixinProps- Specified by:
getRouteIdin interfaceCfnRouteResponseMixinProps- See Also:
-
getRouteResponseKey
Description copied from interface:CfnRouteResponseMixinPropsThe route response key.- Specified by:
getRouteResponseKeyin interfaceCfnRouteResponseMixinProps- 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()
-