Package com.networknt.aws.lambda
Class InvocationResponse
- java.lang.Object
-
- com.networknt.aws.lambda.InvocationResponse
-
public class InvocationResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInvocationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InvocationResponse.Builderbuilder()com.amazonaws.services.lambda.runtime.events.APIGatewayProxyRequestEventgetEvent()StringgetRequestId()
-
-
-
Method Detail
-
builder
public static InvocationResponse.Builder builder()
-
getRequestId
public String getRequestId()
-
getEvent
public com.amazonaws.services.lambda.runtime.events.APIGatewayProxyRequestEvent getEvent()
-
-