BatchMeterUsageResponse Class

(QtAws::MarketplaceMetering::BatchMeterUsageResponse)

The BatchMeterUsageResponse class provides an interace for MarketplaceMetering BatchMeterUsage responses. More...

Header: #include <BatchMeterUsageResponse>
Inherits: QtAws::MarketplaceMetering::MarketplaceMeteringResponse

Public Functions

BatchMeterUsageResponse(const BatchMeterUsageRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Reimplemented Public Functions

virtual const BatchMeterUsageRequest *request() const override

Protected Slots

virtual void parseSuccess(QIODevice &response) override

Additional Inherited Members

Detailed Description

The BatchMeterUsageResponse class provides an interace for MarketplaceMetering BatchMeterUsage responses.

<fullname>AWS Marketplace Metering Service</fullname>

This reference provides descriptions of the low-level AWS Marketplace Metering Service

API>

AWS Marketplace sellers can use this API to submit usage data for custom usage

dimensions>

<b>Submitting Metering Records</b>

</p <ul> <li>

<i>MeterUsage</i>- Submits the metering record for a Marketplace product. MeterUsage is called from an EC2

instance> </li> <li>

<i>BatchMeterUsage</i>- Submits the metering record for a set of customers. BatchMeterUsage is called from a software-as-a-service (SaaS)

application> </li> </ul>

<b>Accepting New Customers</b>

</p <ul> <li>

<i>ResolveCustomer</i>- Called by a SaaS application during the registration process. When a buyer visits your website during the registration process, the buyer submits a Registration Token through the browser. The Registration Token is resolved through this API to obtain a CustomerIdentifier and Product

See also MarketplaceMeteringClient::batchMeterUsage.

Member Function Documentation

BatchMeterUsageResponse::BatchMeterUsageResponse(const BatchMeterUsageRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Constructs a BatchMeterUsageResponse object for reply to request, with parent parent.

[override virtual protected slot] void BatchMeterUsageResponse::parseSuccess(QIODevice &response)

Reimplemented from AwsAbstractResponse::parseSuccess().

Parses a successful MarketplaceMetering BatchMeterUsage response.

[override virtual] const BatchMeterUsageRequest *BatchMeterUsageResponse::request() const

Reimplemented from AwsAbstractResponse::request().

© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.