AWS SDK for C++
0.12.9
AWS SDK for C++
|
#include <AmazonStreamingWebServiceRequest.h>
Protected Member Functions | |
virtual Aws::Http::HeaderValueCollection | GetRequestSpecificHeaders () 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 35 of file AmazonStreamingWebServiceRequest.h.
|
inline |
Initializes members to defaults
Definition at line 41 of file AmazonStreamingWebServiceRequest.h.
|
virtual |
|
inlineoverridevirtual |
Get the user set stream
Implements Aws::AmazonWebServiceRequest.
Definition at line 50 of file AmazonStreamingWebServiceRequest.h.
|
inline |
Get the user set contentType. Defaults to binary/octet-stream
Definition at line 70 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 59 of file AmazonStreamingWebServiceRequest.h.
|
inlineprotectedvirtual |
Override this method to put data members from a subclass into the headers collection.
Reimplemented in Aws::Lambda::Model::InvokeRequest, Aws::S3::Model::UploadPartRequest, Aws::S3::Model::PutObjectRequest, Aws::Glacier::Model::UploadMultipartPartRequest, Aws::Glacier::Model::UploadArchiveRequest, and Aws::S3::Model::PutBucketPolicyRequest.
Definition at line 80 of file AmazonStreamingWebServiceRequest.h.
|
inline |
Set the body stream to use for the request.
Definition at line 54 of file AmazonStreamingWebServiceRequest.h.
|
inline |
Set the content type.
Definition at line 74 of file AmazonStreamingWebServiceRequest.h.