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