CostandUsageReportServiceClient Class
(QtAws::CostandUsageReportService::CostandUsageReportServiceClient)The CostandUsageReportServiceClient class provides access to the AWS Cost and Usage Report Service service. More...
| Header: | #include <CostandUsageReportServiceClient> |
| Inherits: | QtAws::Core::AwsAbstractClient |
Public Functions
| CostandUsageReportServiceClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0) | |
| CostandUsageReportServiceClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0) |
- 12 public functions inherited from QtAws::Core::AwsAbstractClient
Public Slots
| DeleteReportDefinitionResponse * | deleteReportDefinition(const DeleteReportDefinitionRequest &request) |
| DescribeReportDefinitionsResponse * | describeReportDefinitions(const DescribeReportDefinitionsRequest &request) |
| PutReportDefinitionResponse * | putReportDefinition(const PutReportDefinitionRequest &request) |
Additional Inherited Members
- 2 protected functions inherited from QtAws::Core::AwsAbstractClient
Detailed Description
The CostandUsageReportServiceClient class provides access to the AWS Cost and Usage Report Service service.
Member Function Documentation
CostandUsageReportServiceClient::CostandUsageReportServiceClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
Constructs a CostandUsageReportServiceClient object.
The new client object will region, credentials, and manager for network operations.
The new object will be owned by parent, if set.
CostandUsageReportServiceClient::CostandUsageReportServiceClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
This function overloads CostandUsageReportServiceClient().
This overload allows the caller to specify the specific endpoint to send requests to. Typically, it is easier to use the alternative constructor, which allows the caller to specify an AWS region instead, in which case this client will determine the correct endpoint for the given region automatically (via AwsEndpoint::getEndpoint).
See also QtAws::Core::AwsEndpoint::getEndpoint.
[slot] DeleteReportDefinitionResponse *CostandUsageReportServiceClient::deleteReportDefinition(const DeleteReportDefinitionRequest &request)
Sends request to the CostandUsageReportServiceClient service, and returns a pointer to an DeleteReportDefinitionResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
[slot] DescribeReportDefinitionsResponse *CostandUsageReportServiceClient::describeReportDefinitions(const DescribeReportDefinitionsRequest &request)
Sends request to the CostandUsageReportServiceClient service, and returns a pointer to an DescribeReportDefinitionsResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
[slot] PutReportDefinitionResponse *CostandUsageReportServiceClient::putReportDefinition(const PutReportDefinitionRequest &request)
Sends request to the CostandUsageReportServiceClient service, and returns a pointer to an PutReportDefinitionResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
© 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.