BatchMeterUsageRequest Class

(QtAws::MarketplaceMetering::BatchMeterUsageRequest)

The BatchMeterUsageRequest class provides an interface for MarketplaceMetering BatchMeterUsage requests. More...

Header: #include <BatchMeterUsageRequest>
Inherits: QtAws::MarketplaceMetering::MarketplaceMeteringRequest

Public Functions

BatchMeterUsageRequest(const BatchMeterUsageRequest &other)
BatchMeterUsageRequest()

Reimplemented Public Functions

virtual bool isValid() const override

Reimplemented Protected Functions

virtual QtAws::Core::AwsAbstractResponse *response(QNetworkReply * const reply) const override

Detailed Description

The BatchMeterUsageRequest class provides an interface for MarketplaceMetering BatchMeterUsage requests.

<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

BatchMeterUsageRequest::BatchMeterUsageRequest(const BatchMeterUsageRequest &other)

Constructs a copy of other.

BatchMeterUsageRequest::BatchMeterUsageRequest()

Constructs a BatchMeterUsageRequest object.

[override virtual] bool BatchMeterUsageRequest::isValid() const

Reimplemented from AwsAbstractRequest::isValid().

[override virtual protected] QtAws::Core::AwsAbstractResponse *BatchMeterUsageRequest::response(QNetworkReply * const reply) const

Reimplemented from AwsAbstractRequest::response().

Returns a BatchMeterUsageResponse object to process reply.

See also QtAws::Core::AwsAbstractClient::send.

© 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.