public class LambdaProxyRequest extends Object
| Constructor and Description |
|---|
LambdaProxyRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
String |
getHttpMethod() |
Map<String,String> |
getPathParameters() |
Map<String,String> |
getQueryParameters() |
void |
setBody(String body) |
void |
setHttpMethod(String httpMethod) |
void |
setPathParameters(Map<String,String> pathParameters) |
void |
setQueryParameters(Map<String,String> queryParameters) |
Copyright © 2017. All rights reserved.