Class ApiGatewayIntegrationResponse.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.openapigateway.ApiGatewayIntegrationResponse.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,ApiGatewayIntegrationResponse
- Enclosing interface:
- ApiGatewayIntegrationResponse
@Stability(Experimental) @Internal public static final class ApiGatewayIntegrationResponse.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApiGatewayIntegrationResponse
An implementation forApiGatewayIntegrationResponse
-
-
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.aws.awsprototypingsdk.openapigateway.ApiGatewayIntegrationResponse
ApiGatewayIntegrationResponse.Builder, ApiGatewayIntegrationResponse.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.protectedJsii$Proxy(ApiGatewayIntegrationResponse.Builder builder)Constructor that initializes the object based on literal property values passed by theApiGatewayIntegrationResponse.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetContentHandling()(experimental) Response payload encoding conversion types.Map<String,String>getResponseParameters()(experimental) Specifies parameter mappings for the response.Map<String,String>getResponseTemplates()(experimental) Specifies MIME type-specific mapping templates for the response’s payload.StringgetStatusCode()(experimental) HTTP status code for the method response.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(ApiGatewayIntegrationResponse.Builder builder)
Constructor that initializes the object based on literal property values passed by theApiGatewayIntegrationResponse.Builder.
-
-
Method Detail
-
getResponseParameters
public final Map<String,String> getResponseParameters()
Description copied from interface:ApiGatewayIntegrationResponse(experimental) Specifies parameter mappings for the response.- Specified by:
getResponseParametersin interfaceApiGatewayIntegrationResponse
-
getResponseTemplates
public final Map<String,String> getResponseTemplates()
Description copied from interface:ApiGatewayIntegrationResponse(experimental) Specifies MIME type-specific mapping templates for the response’s payload.- Specified by:
getResponseTemplatesin interfaceApiGatewayIntegrationResponse
-
getStatusCode
public final String getStatusCode()
Description copied from interface:ApiGatewayIntegrationResponse(experimental) HTTP status code for the method response.- Specified by:
getStatusCodein interfaceApiGatewayIntegrationResponse
-
getContentHandling
public final String getContentHandling()
Description copied from interface:ApiGatewayIntegrationResponse(experimental) Response payload encoding conversion types.Valid values are 1) CONVERT_TO_TEXT, for converting a binary payload into a base64-encoded string or converting a text payload into a utf-8-encoded string or passing through the text payload natively without modification, and 2) CONVERT_TO_BINARY, for converting a text payload into a base64-decoded blob or passing through a binary payload natively without modification.
- Specified by:
getContentHandlingin interfaceApiGatewayIntegrationResponse
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-