DisableRuleRequest Class

(QtAws::CloudWatchEvents::DisableRuleRequest)

The DisableRuleRequest class provides an interface for CloudWatchEvents DisableRule requests. More...

Header: #include <DisableRuleRequest>
Inherits: QtAws::CloudWatchEvents::CloudWatchEventsRequest

Public Functions

DisableRuleRequest(const DisableRuleRequest &other)
DisableRuleRequest()

Reimplemented Public Functions

virtual bool isValid() const override

Reimplemented Protected Functions

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

Detailed Description

The DisableRuleRequest class provides an interface for CloudWatchEvents DisableRule requests.

Amazon CloudWatch Events helps you to respond to state changes in your AWS resources. When your resources change state, they automatically send events into an event stream. You can create rules that match selected events in the stream and route them to targets to take action. You can also use rules to take action on a pre-determined schedule. For example, you can configure rules

to> <ul> <li>

Automatically invoke an AWS Lambda function to update DNS entries when an event notifies you that Amazon EC2 instance enters the running

state> </li> <li>

Direct specific API records from CloudTrail to an Amazon Kinesis stream for detailed analysis of potential security or availability

risks> </li> <li>

Periodically invoke a built-in target to create a snapshot of an Amazon EBS

volume> </li> </ul>

For more information about the features of Amazon CloudWatch Events, see the <a href="http://docs.aws.amazon.com/AmazonCloudWatch/latest/events">Amazon CloudWatch Events User

See also CloudWatchEventsClient::disableRule.

Member Function Documentation

DisableRuleRequest::DisableRuleRequest(const DisableRuleRequest &other)

Constructs a copy of other.

DisableRuleRequest::DisableRuleRequest()

Constructs a DisableRuleRequest object.

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

Reimplemented from AwsAbstractRequest::isValid().

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

Reimplemented from AwsAbstractRequest::response().

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