T
- the underlying AWS response type.public final class Response<T>
extends java.lang.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 © 2018 Amazon Web Services, Inc. All Rights Reserved.