AWS SDK for C++AWS SDK for C++ Version 1.11.791 |
#include <AWSXmlClient.h>
AWSClient that handles marshalling xml response bodies. You would inherit from this class to create a client that uses Xml as its payload format.
Definition at line 34 of file AWSXmlClient.h.
Definition at line 37 of file AWSXmlClient.h.
Definition at line 39 of file AWSXmlClient.h.
Definition at line 40 of file AWSXmlClient.h.
Converts/Parses an http response into a meaningful AWSError object. Using the XML message structure.
Implements Aws::Client::AWSClient.
Http::HttpMethod::HTTP_POST,
Aws::Auth::SIGV4_SIGNER,
nullptr,
nullptr
Returns an xml document or an error from the request. Does some marshalling xml and raw streams, then just calls AttemptExhaustively.
method defaults to POST
"",
Http::HttpMethod::HTTP_POST,
Aws::Auth::SIGV4_SIGNER,
nullptr,
nullptr
Http::HttpMethod::HTTP_POST,
Aws::Auth::SIGV4_SIGNER,
nullptr,
nullptr
Returns an xml document or an error from the request. Does some marshalling xml and raw streams, then just calls AttemptExhaustively.
method defaults to POST
Http::HttpMethod::HTTP_POST,
Aws::Auth::SIGV4_SIGNER,
"",
nullptr,
nullptr
Returns an xml document or an error from the request. Does some marshalling xml and raw streams, then just calls AttemptExhaustively.
requestName is used for metrics and defaults to empty string, to avoid empty names in metrics provide a valid name.
method defaults to POST
Http::HttpMethod::HTTP_POST,
Aws::Auth::SIGV4_SIGNER,
nullptr,
nullptr
Http::HttpMethod::HTTP_POST,
Aws::Auth::SIGV4_SIGNER,
nullptr,
nullptr
This is used for event stream response.
Http::HttpMethod::HTTP_POST,
Aws::Auth::SIGV4_SIGNER,
"",
nullptr,
nullptr
This is used for event stream response. requestName is used for metrics and defaults to empty string, to avoid empty names in metrics provide a valid name.
Definition at line 54 of file AWSXmlClient.h.