DescribeAlarmsRequest Class

(QtAws::CloudWatch::DescribeAlarmsRequest)

The DescribeAlarmsRequest class provides an interface for CloudWatch DescribeAlarms requests. More...

Header: #include <DescribeAlarmsRequest>
Inherits: QtAws::CloudWatch::CloudWatchRequest

Public Functions

DescribeAlarmsRequest(const DescribeAlarmsRequest &other)
DescribeAlarmsRequest()

Reimplemented Public Functions

virtual bool isValid() const override

Reimplemented Protected Functions

virtual QtAws::Core::AwsAbstractResponse *response(QNetworkReply * const reply) const override

Detailed Description

The DescribeAlarmsRequest class provides an interface for CloudWatch DescribeAlarms requests.

Amazon CloudWatch monitors your Amazon Web Services (AWS) resources and the applications you run on AWS in real time. You can use CloudWatch to collect and track metrics, which are the variables you want to measure for your resources and

applications>

CloudWatch alarms send notifications or automatically change the resources you are monitoring based on rules that you define. For example, you can monitor the CPU usage and disk reads and writes of your Amazon EC2 instances. Then, use this data to determine whether you should launch additional instances to handle increased load. You can also use this data to stop under-used instances to save

money>

In addition to monitoring the built-in metrics that come with AWS, you can monitor your own custom metrics. With CloudWatch, you gain system-wide visibility into resource utilization, application performance, and operational

See also CloudWatchClient::describeAlarms.

Member Function Documentation

DescribeAlarmsRequest::DescribeAlarmsRequest(const DescribeAlarmsRequest &other)

Constructs a copy of other.

DescribeAlarmsRequest::DescribeAlarmsRequest()

Constructs a DescribeAlarmsRequest object.

[override virtual] bool DescribeAlarmsRequest::isValid() const

Reimplemented from AwsAbstractRequest::isValid().

[override virtual protected] QtAws::Core::AwsAbstractResponse *DescribeAlarmsRequest::response(QNetworkReply * const reply) const

Reimplemented from AwsAbstractRequest::response().

Returns a DescribeAlarmsResponse 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.