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