SetStackPolicyResponse Class

(QtAws::CloudFormation::SetStackPolicyResponse)

The SetStackPolicyResponse class provides an interace for CloudFormation SetStackPolicy responses. More...

Header: #include <SetStackPolicyResponse>
Inherits: QtAws::CloudFormation::CloudFormationResponse

Public Functions

SetStackPolicyResponse(const SetStackPolicyRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Reimplemented Public Functions

virtual const SetStackPolicyRequest *request() const override

Protected Slots

virtual void parseSuccess(QIODevice &response) override

Additional Inherited Members

Detailed Description

The SetStackPolicyResponse class provides an interace for CloudFormation SetStackPolicy responses.

<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::setStackPolicy.

Member Function Documentation

SetStackPolicyResponse::SetStackPolicyResponse(const SetStackPolicyRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Constructs a SetStackPolicyResponse object for reply to request, with parent parent.

[override virtual protected slot] void SetStackPolicyResponse::parseSuccess(QIODevice &response)

Reimplemented from AwsAbstractResponse::parseSuccess().

Parses a successful CloudFormation SetStackPolicy response.

[override virtual] const SetStackPolicyRequest *SetStackPolicyResponse::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.