ToCopyableBuilder<TestInvokeAuthorizerResponse.Builder,TestInvokeAuthorizerResponse>
@Generated("software.amazon.awssdk:codegen") public class TestInvokeAuthorizerResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<TestInvokeAuthorizerResponse.Builder,TestInvokeAuthorizerResponse>
Represents the response of the test invoke request for a custom Authorizer
Modifier and Type | Class | Description |
---|---|---|
static interface |
TestInvokeAuthorizerResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
Map<String,List<String>> |
authorization() |
|
static TestInvokeAuthorizerResponse.Builder |
builder() |
|
Map<String,String> |
claims() |
The open identity claims, with
any supported custom attributes, returned from the Cognito Your User Pool configured for the API.
|
Integer |
clientStatus() |
The HTTP status code that the client would have received.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Long |
latency() |
The execution latency of the test authorizer request.
|
String |
log() |
The Amazon API Gateway execution log for the test authorizer request.
|
String |
policy() |
The JSON policy document returned by the Authorizer
|
String |
principalId() |
The principal identity returned by the Authorizer
|
static Class<? extends TestInvokeAuthorizerResponse.Builder> |
serializableBuilderClass() |
|
TestInvokeAuthorizerResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public Integer clientStatus()
The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.
public String log()
The Amazon API Gateway execution log for the test authorizer request.
public Long latency()
The execution latency of the test authorizer request.
public String principalId()
The principal identity returned by the Authorizer
public String policy()
The JSON policy document returned by the Authorizer
public Map<String,String> claims()
The open identity claims, with any supported custom attributes, returned from the Cognito Your User Pool configured for the API.
public TestInvokeAuthorizerResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TestInvokeAuthorizerResponse.Builder,TestInvokeAuthorizerResponse>
public static TestInvokeAuthorizerResponse.Builder builder()
public static Class<? extends TestInvokeAuthorizerResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.