GetCostAndUsageRequest Class

(QtAws::CostExplorer::GetCostAndUsageRequest)

The GetCostAndUsageRequest class provides an interface for CostExplorer GetCostAndUsage requests. More...

Header: #include <GetCostAndUsageRequest>
Inherits: QtAws::CostExplorer::CostExplorerRequest

Public Functions

GetCostAndUsageRequest(const GetCostAndUsageRequest &other)
GetCostAndUsageRequest()

Reimplemented Public Functions

virtual bool isValid() const override

Reimplemented Protected Functions

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

Detailed Description

The GetCostAndUsageRequest class provides an interface for CostExplorer GetCostAndUsage requests.

The Cost Explorer API allows you to programmatically query your cost and usage data. You can query for aggregated data such as total monthly costs or total daily usage. You can also query for granular data, such as the number of daily write operations for Amazon DynamoDB database tables in your production environment.

</p

Service

Endpoin>

The Cost Explorer API provides the following

endpoint> <ul> <li>

https://ce.us-east-1.amazonaws.co> </li> </ul>

For information about costs associated with the Cost Explorer API, see <a href="https://aws.amazon.com/aws-cost-management/pricing/">AWS Cost Management

See also CostExplorerClient::getCostAndUsage.

Member Function Documentation

GetCostAndUsageRequest::GetCostAndUsageRequest(const GetCostAndUsageRequest &other)

Constructs a copy of other.

GetCostAndUsageRequest::GetCostAndUsageRequest()

Constructs a GetCostAndUsageRequest object.

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

Reimplemented from AwsAbstractRequest::isValid().

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

Reimplemented from AwsAbstractRequest::response().

Returns a GetCostAndUsageResponse 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.