public class ApiGatewayResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiGatewayResponse.Builder |
| Constructor and Description |
|---|
ApiGatewayResponse(int statusCode,
String body,
Map<String,String> headers,
boolean isBase64Encoded) |
| Modifier and Type | Method and Description |
|---|---|
static ApiGatewayResponse |
build302Response(String location) |
static ApiGatewayResponse.Builder |
builder() |
String |
getBody() |
Map<String,String> |
getHeaders() |
int |
getStatusCode() |
boolean |
isIsBase64Encoded() |
public int getStatusCode()
public String getBody()
public boolean isIsBase64Encoded()
public static ApiGatewayResponse.Builder builder()
public static ApiGatewayResponse build302Response(String location)
Copyright © 2019. All Rights Reserved.