Class CfnGatewayResponseMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnGatewayResponseMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayResponseMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGatewayResponseMixinProps
@Stability(Stable)
@Internal
public static final class CfnGatewayResponseMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGatewayResponseMixinProps
An implementation for
CfnGatewayResponseMixinProps-
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.apigateway.CfnGatewayResponseMixinProps
CfnGatewayResponseMixinProps.Builder, CfnGatewayResponseMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGatewayResponseMixinProps.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 ObjectResponse parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.final ObjectResponse templates of the GatewayResponse as a string-to-string map of key-value pairs.final StringThe response type of the associated GatewayResponse.final ObjectThe string identifier of the associated RestApi.final StringThe HTTP status code for this GatewayResponse.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 theCfnGatewayResponseMixinProps.Builder.
-
-
Method Details
-
getResponseParameters
Description copied from interface:CfnGatewayResponseMixinPropsResponse parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getResponseParametersin interfaceCfnGatewayResponseMixinProps- See Also:
-
getResponseTemplates
Description copied from interface:CfnGatewayResponseMixinPropsResponse templates of the GatewayResponse as a string-to-string map of key-value pairs.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getResponseTemplatesin interfaceCfnGatewayResponseMixinProps- See Also:
-
getResponseType
Description copied from interface:CfnGatewayResponseMixinPropsThe response type of the associated GatewayResponse.- Specified by:
getResponseTypein interfaceCfnGatewayResponseMixinProps- See Also:
-
getRestApiId
Description copied from interface:CfnGatewayResponseMixinPropsThe string identifier of the associated RestApi.Returns union: either
StringorIRestApiRef- Specified by:
getRestApiIdin interfaceCfnGatewayResponseMixinProps- See Also:
-
getStatusCode
Description copied from interface:CfnGatewayResponseMixinPropsThe HTTP status code for this GatewayResponse.- Specified by:
getStatusCodein interfaceCfnGatewayResponseMixinProps- 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()
-