类 APIGatewayProxyRequestEvent
java.lang.Object
com.qcloud.services.scf.runtime.events.APIGatewayProxyRequestEvent
- 所有已实现的接口:
Serializable,Cloneable
public class APIGatewayProxyRequestEvent extends Object implements Serializable, Cloneable
Class that represents an APIGateway Proxy Request Event
- 另请参阅:
- 序列化表格
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classAPIGatewayProxyRequestEvent.ProxyRequestContextclass that represents proxy request contextstatic classAPIGatewayProxyRequestEvent.RequestIdentity -
构造器概要
构造器 构造器 说明 APIGatewayProxyRequestEvent()default constructor -
方法概要
-
构造器详细资料
-
APIGatewayProxyRequestEvent
public APIGatewayProxyRequestEvent()default constructor
-
-
方法详细资料
-
getRequestContext
-
setRequestContext
-
getHeaders
-
setHeaders
-
getBody
-
setBody
-
getPathParameters
-
setPathParameters
-
getQueryStringParameters
-
setQueryStringParameters
-
getHeaderParameters
-
setHeaderParameters
-
getStageVariables
-
setStageVariables
-
getPath
-
setPath
-
getQueryString
-
setQueryString
-
getHttpMethod
-
setHttpMethod
-
toString
-
equals
-
hashCode
public int hashCode() -
clone
-