GetProductsRequest Class
(QtAws::Pricing::GetProductsRequest)The GetProductsRequest class provides an interface for Pricing GetProducts requests. More...
| Header: | #include <GetProductsRequest> |
| Inherits: | QtAws::Pricing::PricingRequest |
Public Functions
| GetProductsRequest(const GetProductsRequest &other) | |
| GetProductsRequest() |
Reimplemented Public Functions
| virtual bool | isValid() const override |
- 7 public functions inherited from QtAws::Pricing::PricingRequest
- 7 public functions inherited from QtAws::Core::AwsAbstractRequest
Reimplemented Protected Functions
| virtual QtAws::Core::AwsAbstractResponse * | response(QNetworkReply * const reply) const override |
- 7 protected functions inherited from QtAws::Pricing::PricingRequest
- 4 protected functions inherited from QtAws::Core::AwsAbstractRequest
Detailed Description
The GetProductsRequest class provides an interface for Pricing GetProducts requests.
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
GetProductsRequest::GetProductsRequest(const GetProductsRequest &other)
Constructs a copy of other.
GetProductsRequest::GetProductsRequest()
Constructs a GetProductsRequest object.
[override virtual] bool GetProductsRequest::isValid() const
Reimplemented from AwsAbstractRequest::isValid().
[override virtual protected] QtAws::Core::AwsAbstractResponse *GetProductsRequest::response(QNetworkReply * const reply) const
Reimplemented from AwsAbstractRequest::response().
Returns a GetProductsResponse 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.