public class APIGatewayCustomAuthorizerResponse
extends java.lang.Object
| Constructor and Description |
|---|
APIGatewayCustomAuthorizerResponse() |
APIGatewayCustomAuthorizerResponse(io.vertx.core.json.JsonObject json) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.json.JsonObject |
getContext() |
APIGatewayCustomAuthorizerPolicy |
getPolicyDocument() |
java.lang.String |
getPrincipalId() |
java.lang.String |
getUsageIdentifierKey() |
APIGatewayCustomAuthorizerResponse |
setContext(io.vertx.core.json.JsonObject context) |
APIGatewayCustomAuthorizerResponse |
setPolicyDocument(APIGatewayCustomAuthorizerPolicy policyDocument) |
APIGatewayCustomAuthorizerResponse |
setPrincipalId(java.lang.String principalId) |
APIGatewayCustomAuthorizerResponse |
setUsageIdentifierKey(java.lang.String usageIdentifierKey) |
io.vertx.core.json.JsonObject |
toJson() |
java.lang.String |
toString() |
public APIGatewayCustomAuthorizerResponse()
public APIGatewayCustomAuthorizerResponse(io.vertx.core.json.JsonObject json)
public io.vertx.core.json.JsonObject toJson()
public io.vertx.core.json.JsonObject getContext()
public APIGatewayCustomAuthorizerResponse setContext(io.vertx.core.json.JsonObject context)
public APIGatewayCustomAuthorizerPolicy getPolicyDocument()
public APIGatewayCustomAuthorizerResponse setPolicyDocument(APIGatewayCustomAuthorizerPolicy policyDocument)
public java.lang.String getPrincipalId()
public APIGatewayCustomAuthorizerResponse setPrincipalId(java.lang.String principalId)
public java.lang.String getUsageIdentifierKey()
public APIGatewayCustomAuthorizerResponse setUsageIdentifierKey(java.lang.String usageIdentifierKey)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All Rights Reserved.