public class ApiGatewayRequestContext extends Object
AwsProxyRequest,
RequestReader| Constructor and Description |
|---|
ApiGatewayRequestContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId() |
String |
getApiId() |
ApiGatewayAuthorizerContext |
getAuthorizer() |
String |
getHttpMethod() |
ApiGatewayRequestIdentity |
getIdentity() |
String |
getRequestId() |
String |
getResourceId() |
String |
getResourcePath() |
String |
getStage() |
void |
setAccountId(String accountId) |
void |
setApiId(String apiId) |
void |
setAuthorizer(ApiGatewayAuthorizerContext authorizer) |
void |
setHttpMethod(String httpMethod) |
void |
setIdentity(ApiGatewayRequestIdentity identity) |
void |
setRequestId(String requestId) |
void |
setResourceId(String resourceId) |
void |
setResourcePath(String resourcePath) |
void |
setStage(String stage) |
public String getResourceId()
public void setResourceId(String resourceId)
public String getApiId()
public void setApiId(String apiId)
public String getResourcePath()
public void setResourcePath(String resourcePath)
public String getHttpMethod()
public void setHttpMethod(String httpMethod)
public String getRequestId()
public void setRequestId(String requestId)
public String getAccountId()
public void setAccountId(String accountId)
public ApiGatewayRequestIdentity getIdentity()
public void setIdentity(ApiGatewayRequestIdentity identity)
public String getStage()
public void setStage(String stage)
public ApiGatewayAuthorizerContext getAuthorizer()
public void setAuthorizer(ApiGatewayAuthorizerContext authorizer)
Copyright © 2017. All Rights Reserved.