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