AWS SDK for C++
1.8.127
AWS SDK for C++
|
#include <AmazonWebServiceResult.h>
Public Member Functions | |
AmazonWebServiceResult () | |
AmazonWebServiceResult (const PAYLOAD_TYPE &payload, const Http::HeaderValueCollection &headers, Http::HttpResponseCode responseCode=Http::HttpResponseCode::OK) | |
AmazonWebServiceResult (PAYLOAD_TYPE &&payload, Http::HeaderValueCollection &&headers, Http::HttpResponseCode responseCode=Http::HttpResponseCode::OK) | |
AmazonWebServiceResult (const AmazonWebServiceResult &result) | |
AmazonWebServiceResult (AmazonWebServiceResult &&result) | |
const PAYLOAD_TYPE & | GetPayload () const |
PAYLOAD_TYPE | TakeOwnershipOfPayload () |
const Http::HeaderValueCollection & | GetHeaderValueCollection () const |
Http::HttpResponseCode | GetResponseCode () const |
Container for web response to an AWS Request.
Definition at line 18 of file AmazonWebServiceResult.h.
|
inline |
Definition at line 21 of file AmazonWebServiceResult.h.
|
inline |
Sets payload, header collection and a response code.
Definition at line 26 of file AmazonWebServiceResult.h.
|
inline |
Sets payload, header collection and a response code, but transfers ownership of payload and headers (for move only operations).
Definition at line 35 of file AmazonWebServiceResult.h.
|
inline |
Definition at line 41 of file AmazonWebServiceResult.h.
|
inline |
Definition at line 47 of file AmazonWebServiceResult.h.
|
inline |
Get the headers from the response
Definition at line 64 of file AmazonWebServiceResult.h.
|
inline |
Get the payload from the response
Definition at line 56 of file AmazonWebServiceResult.h.
|
inline |
Get the http response code from the response
Definition at line 68 of file AmazonWebServiceResult.h.
|
inline |
Get the payload from the response and take ownership of it.
Definition at line 60 of file AmazonWebServiceResult.h.