Qore HttpClientDataProvider Module Reference  1.0
HttpClientDataProvider::HttpClientPatchDataProvider Member List

This is the complete list of members for HttpClientDataProvider::HttpClientPatchDataProvider, including all inherited members.

constructor(*hash< auto > options)HttpClientDataProvider::HttpClientPatchDataProvider
constructor(HTTPClient http)HttpClientDataProvider::HttpClientPatchDataProvider
doRequestImpl(auto req, *hash< auto > request_options)HttpClientDataProvider::HttpClientPatchDataProviderprotected
getName()HttpClientDataProvider::HttpClientPatchDataProvider
getRequestTypeImpl()HttpClientDataProvider::HttpClientPatchDataProviderprotected
getResponseTypeImpl()HttpClientDataProvider::HttpClientPatchDataProviderprotected
getStaticInfoImpl()HttpClientDataProvider::HttpClientPatchDataProvider
httpHttpClientDataProvider::HttpClientPatchDataProvider
ProviderInfoHttpClientDataProvider::HttpClientPatchDataProvider
ProviderSummaryInfoHttpClientDataProvider::HttpClientPatchDataProvider
RequestTypeHttpClientDataProvider::HttpClientPatchDataProvider
ResponseTypeHttpClientDataProvider::HttpClientPatchDataProvider
b82">  const RequestType = new RestClientCallRequestDataType()  Request type.
  const ResponseType = new RestClientCallResponseDataType()  Response type.
  AwsRestClient rest  REST client connection.
 

Protected Member Functions

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

Detailed Description

The AWS REST client DELETE data provider class.

Member Function Documentation

◆ doRequestImpl()

auto AwsRestClientDataProvider::AwsRestClientDeleteDataProvider::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::AwsRestClientDeleteDataProvider::getRequestTypeImpl ( )
protected

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

Returns
the request type for this provider

◆ getResponseTypeImpl()

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

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

Returns
the response type for this response message