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