$darkmode
Qore AwsRestClientDataProvider Module Reference 1.0
AwsRestClientDataProviderBase.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
3 
26 namespace AwsRestClientDataProvider {
28 class AwsRestClientDataProviderBase : public DataProvider::AbstractDataProvider {
29 
30 public:
31 protected:
32  AwsRestClient rest;
33 
34 public:
35 
38 
39 
41  constructor(AwsRestClient rest);
42 
43 
45  setLogger(*LoggerInterface logger);
46 
47 };
48 };
49 
The AWS REST client base data provider class.
Definition: AwsRestClientDataProviderBase.qc.dox.h:28
setLogger(*LoggerInterface logger)
Accepts a LoggerInterface object for logging (or clears it)
constructor(AwsRestClient rest)
Creates the object from a REST connection.
Qore AwsRestClientDataProvider module definition.
Definition: AwsRestClientCallDataProvider.qc.dox.h:26