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.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()
Copyright © 2020. All rights reserved.