Qore AwsRestClientDataProvider Module Reference 1.0
Loading...
Searching...
No Matches
AwsRestClientDataProvider::AwsRestClientPostDataProvider Class Reference

The AWS REST client POST data provider class. More...

#include <AwsRestClientPostDataProvider.qc.dox.h>

Inheritance diagram for AwsRestClientDataProvider::AwsRestClientPostDataProvider:
[legend]

Public Member Functions

 constructor (*hash< auto > options)
 Creates the object from constructor options.
 
 constructor (AwsRestClient rest)
 Creates the object from a REST connection.
 
string getName ()
 Returns the data provider name.
 
hash< DataProviderInfo > getStaticInfoImpl ()
 Returns data provider static info.
 
- Public Member Functions inherited from AwsRestClientDataProvider::AwsRestClientDataProviderBase
 constructor ()
 Creates the object.
 
 constructor (AwsRestClient rest)
 Creates the object from a REST connection.
 
 setLogger (*LoggerInterface logger)
 Accepts a LoggerInterface object for logging (or clears it)
 

Public Attributes

const ProviderInfo = ...
 Provider info.
 
const ProviderSummaryInfo = ...
 Provider summary info.
 
const RequestType = new RestClientCallRequestDataType()
 Request type.
 
const ResponseType = RestClientCallResponseDataType
 Response type.
 

Protected Member Functions

auto doRequestImpl (auto req, *hash< auto > request_options)
 Makes a request and returns the response.
 
*AbstractDataProviderType getRequestTypeImpl ()
 Returns the description of a successful request message, if any.
 
*AbstractDataProviderType getResponseTypeImpl ()
 Returns the description of a response message, if this object represents a response message.
 

Detailed Description

The AWS REST client POST data provider class.

Member Function Documentation

◆ doRequestImpl()

auto AwsRestClientDataProvider::AwsRestClientPostDataProvider::doRequestImpl ( auto req,
*hash< auto > request_options )
protected

Makes a request and returns the response.

Parameters
reqthe request info
request_optionsthe request options after processing by validateRequestOptions()
Returns
the response to the request

◆ getRequestTypeImpl()

*AbstractDataProviderType AwsRestClientDataProvider::AwsRestClientPostDataProvider::getRequestTypeImpl ( )
protected

Returns the description of a successful request message, if any.

Returns
the request type for this provider

◆ getResponseTypeImpl()

*AbstractDataProviderType AwsRestClientDataProvider::AwsRestClientPostDataProvider::getResponseTypeImpl ( )
protected

Returns the description of a response message, if this object represents a response message.

Returns
the response type for this response message