UpdateTerminationProtectionRequest Class

(QtAws::CloudFormation::UpdateTerminationProtectionRequest)

The UpdateTerminationProtectionRequest class provides an interface for CloudFormation UpdateTerminationProtection requests. More...

Header: #include <UpdateTerminationProtectionRequest>
Inherits: QtAws::CloudFormation::CloudFormationRequest

Public Functions

UpdateTerminationProtectionRequest(const UpdateTerminationProtectionRequest &other)
UpdateTerminationProtectionRequest()

Reimplemented Public Functions

virtual bool isValid() const override

Reimplemented Protected Functions

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

Detailed Description

The UpdateTerminationProtectionRequest class provides an interface for CloudFormation UpdateTerminationProtection requests.

<fullname>AWS CloudFormation</fullname>

AWS CloudFormation allows you to create and manage AWS infrastructure deployments predictably and repeatedly. You can use AWS CloudFormation to leverage AWS products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly-reliable, highly scalable, cost-effective applications without creating or configuring the underlying AWS

infrastructure>

With AWS CloudFormation, you declare all of your resources and dependencies in a template file. The template defines a collection of resources as a single unit called a stack. AWS CloudFormation creates and deletes all member resources of the stack together and manages all dependencies between the resources for

you>

For more information about AWS CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">AWS CloudFormation Product

Page</a>>

Amazon CloudFormation makes use of other AWS products. If you need additional technical information about a specific AWS product, you can find the product's technical documentation at <a

See also CloudFormationClient::updateTerminationProtection.

Member Function Documentation

UpdateTerminationProtectionRequest::UpdateTerminationProtectionRequest(const UpdateTerminationProtectionRequest &other)

Constructs a copy of other.

UpdateTerminationProtectionRequest::UpdateTerminationProtectionRequest()

Constructs a UpdateTerminationProtectionRequest object.

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

Reimplemented from AwsAbstractRequest::isValid().

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

Reimplemented from AwsAbstractRequest::response().

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