public class APIGatewayProxyResponse
extends java.lang.Object
| Constructor and Description |
|---|
APIGatewayProxyResponse() |
APIGatewayProxyResponse(io.vertx.core.json.JsonObject json) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBody() |
io.vertx.core.json.JsonObject |
getHeaders() |
java.lang.Boolean |
getIsBase64Encoded() |
java.lang.Integer |
getStatusCode() |
APIGatewayProxyResponse |
setBody(java.lang.String body) |
APIGatewayProxyResponse |
setHeaders(io.vertx.core.json.JsonObject headers) |
APIGatewayProxyResponse |
setIsBase64Encoded(java.lang.Boolean isBase64Encoded) |
APIGatewayProxyResponse |
setStatusCode(java.lang.Integer statusCode) |
io.vertx.core.json.JsonObject |
toJson() |
java.lang.String |
toString() |
public APIGatewayProxyResponse()
public APIGatewayProxyResponse(io.vertx.core.json.JsonObject json)
public io.vertx.core.json.JsonObject toJson()
public java.lang.String getBody()
public APIGatewayProxyResponse setBody(java.lang.String body)
public io.vertx.core.json.JsonObject getHeaders()
public APIGatewayProxyResponse setHeaders(io.vertx.core.json.JsonObject headers)
public java.lang.Boolean getIsBase64Encoded()
public APIGatewayProxyResponse setIsBase64Encoded(java.lang.Boolean isBase64Encoded)
public java.lang.Integer getStatusCode()
public APIGatewayProxyResponse setStatusCode(java.lang.Integer statusCode)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All Rights Reserved.