public class LambdaProxyResponse extends Object
| Constructor and Description |
|---|
LambdaProxyResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
List<String> |
getHeaders() |
int |
getStatusCode() |
void |
setBody(String body) |
void |
setHeaders(List<String> headers) |
void |
setStatusCode(int statusCode) |
String |
toString() |
Copyright © 2018. All rights reserved.