AWS SDK for C++
1.8.156
AWS SDK for C++
|
#include <AmazonStreamingWebServiceRequest.h>
Protected Member Functions | |
virtual Aws::Http::HeaderValueCollection | GetRequestSpecificHeaders () const |
![]() | |
virtual void | DumpBodyToUrl (Aws::Http::URI &uri) const |
High-level abstraction over AWS requests that don't have well formed payloads. GetBody() uses an underlying stream that has been set by a call to SetBody() Also supports request specific headers such as in rest protocols.
Definition at line 25 of file AmazonStreamingWebServiceRequest.h.
|
inline |
Initializes members to defaults
Definition at line 31 of file AmazonStreamingWebServiceRequest.h.
|
virtual |
|
inlineoverridevirtual |
Get the user set stream
Implements Aws::AmazonWebServiceRequest.
Definition at line 40 of file AmazonStreamingWebServiceRequest.h.
|
inline |
Get the user set contentType. Defaults to binary/octet-stream
Definition at line 65 of file AmazonStreamingWebServiceRequest.h.
|
inlineoverridevirtual |
Gets all headers that will be needed in the request. Calls GetRequestSpecificHeaders(), which is the chance for subclasses to add headers from their modeled data.
Implements Aws::AmazonWebServiceRequest.
Definition at line 49 of file AmazonStreamingWebServiceRequest.h.
|
inlineprotectedvirtual |
Override this method to put data members from a subclass into the headers collection.
Reimplemented in Aws::SageMakerRuntime::Model::InvokeEndpointRequest, Aws::S3::Model::UploadPartRequest, Aws::S3::Model::PutObjectRequest, Aws::S3::Model::PutBucketPolicyRequest, Aws::MediaStoreData::Model::PutObjectRequest, Aws::LexRuntimeV2::Model::RecognizeUtteranceRequest, Aws::LexRuntimeService::Model::PostContentRequest, Aws::Lambda::Model::InvokeRequest, Aws::Glacier::Model::UploadMultipartPartRequest, Aws::Glacier::Model::UploadArchiveRequest, Aws::EBS::Model::PutSnapshotBlockRequest, and Aws::AppConfig::Model::CreateHostedConfigurationVersionRequest.
Definition at line 75 of file AmazonStreamingWebServiceRequest.h.
|
inlineoverridevirtual |
AmazonStreamingWebServiceRequest always returns true.
Reimplemented from Aws::AmazonWebServiceRequest.
Definition at line 60 of file AmazonStreamingWebServiceRequest.h.
|
inline |
Set the body stream to use for the request.
Definition at line 44 of file AmazonStreamingWebServiceRequest.h.
|
inline |
Set the content type.
Definition at line 69 of file AmazonStreamingWebServiceRequest.h.