Class CfnGatewayResponseProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.CfnGatewayResponseProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayResponseProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnGatewayResponseProps
@Stability(Stable)
@Internal
public static final class CfnGatewayResponseProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGatewayResponseProps
An implementation for
CfnGatewayResponseProps
-
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.apigateway.CfnGatewayResponseProps
CfnGatewayResponseProps.Builder, CfnGatewayResponseProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGatewayResponseProps.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 Object
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.final Object
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.final String
The response type of the associated GatewayResponse.final String
The string identifier of the associated RestApi.final String
The HTTP status code for this GatewayResponse.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 theCfnGatewayResponseProps.Builder
.
-
-
Method Details
-
getResponseType
Description copied from interface:CfnGatewayResponseProps
The response type of the associated GatewayResponse.- Specified by:
getResponseType
in interfaceCfnGatewayResponseProps
-
getRestApiId
Description copied from interface:CfnGatewayResponseProps
The string identifier of the associated RestApi.- Specified by:
getRestApiId
in interfaceCfnGatewayResponseProps
-
getResponseParameters
Description copied from interface:CfnGatewayResponseProps
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.- Specified by:
getResponseParameters
in interfaceCfnGatewayResponseProps
-
getResponseTemplates
Description copied from interface:CfnGatewayResponseProps
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.- Specified by:
getResponseTemplates
in interfaceCfnGatewayResponseProps
-
getStatusCode
Description copied from interface:CfnGatewayResponseProps
The HTTP status code for this GatewayResponse.- Specified by:
getStatusCode
in interfaceCfnGatewayResponseProps
-
$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()
-