PutEventSelectorsResponse Class
(QtAws::CloudTrail::PutEventSelectorsResponse)The PutEventSelectorsResponse class provides an interace for CloudTrail PutEventSelectors responses. More...
| Header: | #include <PutEventSelectorsResponse> |
| Inherits: | QtAws::CloudTrail::CloudTrailResponse |
Public Functions
| PutEventSelectorsResponse(const PutEventSelectorsRequest &request, QNetworkReply * const reply, QObject * const parent = 0) |
Reimplemented Public Functions
| virtual const PutEventSelectorsRequest * | request() const override |
- 7 public functions inherited from QtAws::Core::AwsAbstractResponse
Protected Slots
| virtual void | parseSuccess(QIODevice &response) override |
- 1 protected slot inherited from QtAws::CloudTrail::CloudTrailResponse
- 1 protected slot inherited from QtAws::Core::AwsAbstractResponse
Additional Inherited Members
- 1 signal inherited from QtAws::Core::AwsAbstractResponse
- 1 static public member inherited from QtAws::Core::AwsAbstractResponse
- 7 protected functions inherited from QtAws::Core::AwsAbstractResponse
Detailed Description
The PutEventSelectorsResponse class provides an interace for CloudTrail PutEventSelectors responses.
<fullname>AWS CloudTrail</fullname>
This is the CloudTrail API Reference. It provides descriptions of actions, data types, common parameters, and common errors for
CloudTrail is a web service that records AWS API calls for your AWS account and delivers log files to an Amazon S3 bucket. The recorded information includes the identity of the user, the start time of the AWS API call, the source IP address, the request parameters, and the response elements returned by the
service> <note>
As an alternative to the API, you can use one of the AWS SDKs, which consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .NET, iOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to AWSCloudTrail. For example, the SDKs take care of cryptographically signing requests, managing errors, and retrying requests automatically. For information about the AWS SDKs, including how to download and install them, see the <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services
page</a>> </note>
See the <a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-user-guide.html">AWS CloudTrail User Guide</a> for information about the data that is included with each AWS API call listed in the log
See also CloudTrailClient::putEventSelectors.
Member Function Documentation
PutEventSelectorsResponse::PutEventSelectorsResponse(const PutEventSelectorsRequest &request, QNetworkReply * const reply, QObject * const parent = 0)
Constructs a PutEventSelectorsResponse object for reply to request, with parent parent.
[override virtual protected slot] void PutEventSelectorsResponse::parseSuccess(QIODevice &response)
Reimplemented from AwsAbstractResponse::parseSuccess().
Parses a successful CloudTrail PutEventSelectors response.
[override virtual] const PutEventSelectorsRequest *PutEventSelectorsResponse::request() const
Reimplemented from AwsAbstractResponse::request().
© 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.