T - the underlying AWS response type.public final class Response<T> extends Object
| Constructor and Description |
|---|
Response(T response,
HttpResponse httpResponse)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getAwsResponse() |
HttpResponse |
getHttpResponse() |
public Response(T response, HttpResponse httpResponse)
response - the response.httpResponse - the HTTP response.public T getAwsResponse()
public HttpResponse getHttpResponse()
Copyright © 2019. All rights reserved.