| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static GetGatewayResponseResponse.Builder |
GetGatewayResponseResponse.builder() |
GetGatewayResponseResponse.Builder |
GetGatewayResponseResponse.Builder.defaultResponse(Boolean defaultResponse)
A Boolean flag to indicate whether this GatewayResponse is the default gateway response (
true)
or not (false). |
GetGatewayResponseResponse.Builder |
GetGatewayResponseResponse.Builder.responseParameters(Map<String,String> responseParameters)
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of
key-value pairs.
|
GetGatewayResponseResponse.Builder |
GetGatewayResponseResponse.Builder.responseTemplates(Map<String,String> responseTemplates)
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
|
GetGatewayResponseResponse.Builder |
GetGatewayResponseResponse.Builder.responseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
GetGatewayResponseResponse.Builder |
GetGatewayResponseResponse.Builder.responseType(String responseType)
The response type of the associated GatewayResponse.
|
GetGatewayResponseResponse.Builder |
GetGatewayResponseResponse.Builder.statusCode(String statusCodeValue)
The HTTP status code for this GatewayResponse.
|
GetGatewayResponseResponse.Builder |
GetGatewayResponseResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetGatewayResponseResponse.Builder> |
GetGatewayResponseResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.