ToCopyableBuilder<TestInvokeMethodResponse.Builder,TestInvokeMethodResponse>
@Generated("software.amazon.awssdk:codegen") public class TestInvokeMethodResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<TestInvokeMethodResponse.Builder,TestInvokeMethodResponse>
Represents the response of the test invoke request in the HTTP method.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TestInvokeMethodResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
body() |
The body of the HTTP response.
|
static TestInvokeMethodResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Map<String,String> |
headers() |
The headers of the HTTP response.
|
Long |
latency() |
The execution latency of the test invoke request.
|
String |
log() |
The Amazon API Gateway execution log for the test invoke request.
|
static Class<? extends TestInvokeMethodResponse.Builder> |
serializableBuilderClass() |
|
Integer |
status() |
The HTTP status code.
|
TestInvokeMethodResponse.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 status()
The HTTP status code.
public String body()
The body of the HTTP response.
public Map<String,String> headers()
The headers of the HTTP response.
public String log()
The Amazon API Gateway execution log for the test invoke request.
public Long latency()
The execution latency of the test invoke request.
public TestInvokeMethodResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TestInvokeMethodResponse.Builder,TestInvokeMethodResponse>
public static TestInvokeMethodResponse.Builder builder()
public static Class<? extends TestInvokeMethodResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.