Qore AwsRestClientDataProvider Module Reference 1.0
Loading...
Searching...
No Matches
AwsRestClientDataProviderBase.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
28class AwsRestClientDataProviderBase : public DataProvider::AbstractDataProvider {
29
30public:
31protected:
32 AwsRestClient rest;
33
34public:
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