PayloadT - The type of payload of the request.@Immutable @ThreadSafe public interface BaseSignedRequest<PayloadT>
HttpSigner, independent of payload type. See specific
sub-interfaces SignedRequest for sync payload and AsyncSignedRequest for async payload.| Modifier and Type | Interface and Description |
|---|---|
static interface |
BaseSignedRequest.Builder<B extends BaseSignedRequest.Builder<B,PayloadT>,PayloadT>
A builder for a
BaseSignedRequest. |
| Modifier and Type | Method and Description |
|---|---|
Optional<PayloadT> |
payload()
Returns the body payload of the request.
|
SdkHttpRequest |
request()
Returns the HTTP request object, without the request body payload.
|
SdkHttpRequest request()
Copyright © 2023. All rights reserved.