@Immutable public interface SdkHttpFullRequest extends SdkHttpRequest, ToCopyableBuilder<SdkHttpFullRequest.Builder,SdkHttpFullRequest>
All implementations of this interface MUST be immutable. Instead of implementing this interface, consider using
builder() to create an instance.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SdkHttpFullRequest.Builder
A mutable builder for
SdkHttpFullRequest. |
| Modifier and Type | Method and Description |
|---|---|
static SdkHttpFullRequest.Builder |
builder() |
Optional<InputStream> |
content()
Returns the optional stream containing the payload data to include for this request.
|
encodedPath, getUri, host, method, port, protocol, rawQueryParametersfirstMatchingHeader, headerscopy, toBuilderstatic SdkHttpFullRequest.Builder builder()
DefaultSdkHttpFullRequest.Optional<InputStream> content()
When the request does not include payload data, this will return Optional.empty().
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.