public class APIGatewayCustomAuthorizerPolicy
extends java.lang.Object
| Constructor and Description |
|---|
APIGatewayCustomAuthorizerPolicy() |
APIGatewayCustomAuthorizerPolicy(io.vertx.core.json.JsonObject json) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IAMPolicyStatement> |
getStatement() |
java.lang.String |
getVersion() |
APIGatewayCustomAuthorizerPolicy |
setStatement(java.util.List<IAMPolicyStatement> statement) |
APIGatewayCustomAuthorizerPolicy |
setVersion(java.lang.String version) |
io.vertx.core.json.JsonObject |
toJson() |
java.lang.String |
toString() |
public APIGatewayCustomAuthorizerPolicy()
public APIGatewayCustomAuthorizerPolicy(io.vertx.core.json.JsonObject json)
public io.vertx.core.json.JsonObject toJson()
public java.util.List<IAMPolicyStatement> getStatement()
public APIGatewayCustomAuthorizerPolicy setStatement(java.util.List<IAMPolicyStatement> statement)
public java.lang.String getVersion()
public APIGatewayCustomAuthorizerPolicy setVersion(java.lang.String version)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All Rights Reserved.