public class APIGatewayProxyRequestContext
extends java.lang.Object
| Constructor and Description |
|---|
APIGatewayProxyRequestContext() |
APIGatewayProxyRequestContext(io.vertx.core.json.JsonObject json) |
public APIGatewayProxyRequestContext()
public APIGatewayProxyRequestContext(io.vertx.core.json.JsonObject json)
public io.vertx.core.json.JsonObject toJson()
public java.lang.String getAccountId()
public APIGatewayProxyRequestContext setAccountId(java.lang.String accountId)
public java.lang.String getApiId()
public APIGatewayProxyRequestContext setApiId(java.lang.String apiId)
public io.vertx.core.json.JsonObject getAuthorizer()
public APIGatewayProxyRequestContext setAuthorizer(io.vertx.core.json.JsonObject authorizer)
public java.lang.String getHttpMethod()
public APIGatewayProxyRequestContext setHttpMethod(java.lang.String httpMethod)
public APIGatewayRequestIdentity getIdentity()
public APIGatewayProxyRequestContext setIdentity(APIGatewayRequestIdentity identity)
public java.lang.String getRequestId()
public APIGatewayProxyRequestContext setRequestId(java.lang.String requestId)
public java.lang.String getResourceId()
public APIGatewayProxyRequestContext setResourceId(java.lang.String resourceId)
public java.lang.String getResourcePath()
public APIGatewayProxyRequestContext setResourcePath(java.lang.String resourcePath)
public java.lang.String getStage()
public APIGatewayProxyRequestContext setStage(java.lang.String stage)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All Rights Reserved.