static <T> Response.Builder<T> |
Response.builder() |
Returns a newly initialized builder object for a Response
|
Response.Builder<T> |
Response.Builder.exception(SdkException exception) |
The modelled exception returned by the service.
|
Response.Builder<T> |
Response.Builder.httpResponse(SdkHttpFullResponse httpResponse) |
The HTTP response that was received by the SDK prior to determining the result.
|
Response.Builder<T> |
Response.Builder.isSuccess(Boolean success) |
Indicates whether the result indicates success or failure of the original request.
|
Response.Builder<T> |
Response.Builder.response(T response) |
The modelled response object returned by the service.
|
Response.Builder<T> |
Response.toBuilder() |
Creates a new builder with initial values pulled from the current object.
|