T
- the underlying AWS response type.public final class Response<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private HttpResponse |
httpResponse |
private T |
response |
Constructor and Description |
---|
Response(T response,
HttpResponse httpResponse) |
Modifier and Type | Method and Description |
---|---|
T |
getAwsResponse() |
HttpResponse |
getHttpResponse() |
private final T response
private final HttpResponse httpResponse
public Response(T response, HttpResponse httpResponse)
public T getAwsResponse()
public HttpResponse getHttpResponse()