Interface SdkHttpFullResponse

All Superinterfaces:
SdkHttpHeaders, SdkHttpResponse, Serializable, ToCopyableBuilder<SdkHttpResponse.Builder,SdkHttpResponse>

@SdkProtectedApi @Immutable public interface SdkHttpFullResponse extends SdkHttpResponse
An immutable HTTP response with a possible HTTP body.

All implementations of this interface MUST be immutable. Instead of implementing this interface, consider using builder() to create an instance.