Class QLambdaRequest
java.lang.Object
com.kingsrook.qqq.lambda.model.QLambdaRequest
-
Constructor Summary
ConstructorsConstructorDescriptionQLambdaRequest
(org.json.JSONObject inputJsonObject) QLambdaRequest
(org.json.JSONObject headers, String path, String queryString, String body) -
Method Summary
-
Constructor Details
-
QLambdaRequest
public QLambdaRequest(org.json.JSONObject inputJsonObject) -
QLambdaRequest
-
-
Method Details
-
getHeaders
public org.json.JSONObject getHeaders()Getter for headers -
getPath
Getter for path -
getQueryString
Getter for queryString -
getBody
Getter for body -
getRequestContext
public org.json.JSONObject getRequestContext()Getter for requestContext
-