GetDimensionValuesRequest Class
(QtAws::CostExplorer::GetDimensionValuesRequest)The GetDimensionValuesRequest class provides an interface for CostExplorer GetDimensionValues requests. More...
| Header: | #include <GetDimensionValuesRequest> |
| Inherits: | QtAws::CostExplorer::CostExplorerRequest |
Public Functions
| GetDimensionValuesRequest(const GetDimensionValuesRequest &other) | |
| GetDimensionValuesRequest() |
Reimplemented Public Functions
| virtual bool | isValid() const override |
- 7 public functions inherited from QtAws::CostExplorer::CostExplorerRequest
- 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::CostExplorer::CostExplorerRequest
- 4 protected functions inherited from QtAws::Core::AwsAbstractRequest
Detailed Description
The GetDimensionValuesRequest class provides an interface for CostExplorer GetDimensionValues 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::getDimensionValues.
Member Function Documentation
GetDimensionValuesRequest::GetDimensionValuesRequest(const GetDimensionValuesRequest &other)
Constructs a copy of other.
GetDimensionValuesRequest::GetDimensionValuesRequest()
Constructs a GetDimensionValuesRequest object.
[override virtual] bool GetDimensionValuesRequest::isValid() const
Reimplemented from AwsAbstractRequest::isValid().
[override virtual protected] QtAws::Core::AwsAbstractResponse *GetDimensionValuesRequest::response(QNetworkReply * const reply) const
Reimplemented from AwsAbstractRequest::response().
Returns a GetDimensionValuesResponse 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.