Interface SdkHttpFullRequest

All Superinterfaces:
SdkHttpHeaders, SdkHttpRequest, ToCopyableBuilder<SdkHttpRequest.Builder,SdkHttpRequest>

@Immutable public interface SdkHttpFullRequest extends SdkHttpRequest
An immutable HTTP request 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.