GetProductsResponse Class

(QtAws::Pricing::GetProductsResponse)

The GetProductsResponse class provides an interace for Pricing GetProducts responses. More...

Header: #include <GetProductsResponse>
Inherits: QtAws::Pricing::PricingResponse

Public Functions

GetProductsResponse(const GetProductsRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Reimplemented Public Functions

virtual const GetProductsRequest *request() const override

Protected Slots

virtual void parseSuccess(QIODevice &response) override

Additional Inherited Members

Detailed Description

The GetProductsResponse class provides an interace for Pricing GetProducts responses.

AWS Price List Service API (AWS Price List Service) is a centralized and convenient way to programmatically query Amazon Web Services for services, products, and pricing information. The AWS Price List Service uses standardized product attributes such as <code>Location</code>, <code>Storage Class</code>, and <code>Operating System</code>, and provides prices at the SKU level. You can use the AWS Price List Service to build cost control and scenario planning tools, reconcile billing data, forecast future spend for budgeting purposes, and provide cost benefit analysis that compare your internal workloads with

AWS>

Use <code>GetServices</code> without a service code to retrieve the service codes for all AWS services, then <code>GetServices</code> with a service code to retreive the attribute names for that service. After you have the service code and attribute names, you can use <code>GetAttributeValues</code> to see what values are available for an attribute. With the service code and an attribute name and value, you can use <code>GetProducts</code> to find specific products that you're interested in, such as an <code>AmazonEC2</code> instance, with a <code>Provisioned IOPS</code>

<code>volumeType</code>>

Service

Endpoin>

AWS Price List Service API provides the following two

endpoints> <ul> <li>

https://api.pricing.us-east-1.amazonaws.co> </li> <li>

See also PricingClient::getProducts.

Member Function Documentation

GetProductsResponse::GetProductsResponse(const GetProductsRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

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

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

Reimplemented from AwsAbstractResponse::parseSuccess().

Parses a successful Pricing GetProducts response.

[override virtual] const GetProductsRequest *GetProductsResponse::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.