AWS SDK for C++
0.14.3
AWS SDK for C++
|
#include <DescribeCertificateResult.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 22 of file DescribeCertificateResult.h.
|
inline |
Definition at line 31 of file AmazonWebServiceResult.h.
|
inline |
Sets payload, header collection and a response code.
Definition at line 36 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 45 of file AmazonWebServiceResult.h.
|
inline |
Definition at line 51 of file AmazonWebServiceResult.h.
|
inline |
Definition at line 57 of file AmazonWebServiceResult.h.
|
inline |
Get the headers from the response
Definition at line 74 of file AmazonWebServiceResult.h.
|
inline |
Get the payload from the response
Definition at line 66 of file AmazonWebServiceResult.h.
|
inline |
Get the http response code from the response
Definition at line 78 of file AmazonWebServiceResult.h.
|
inline |
Get the payload from the response and take ownership of it.
Definition at line 70 of file AmazonWebServiceResult.h.