/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The output for ValidateTemplate action.See Also:
AWS
* API Reference
A list of TemplateParameter
structures.
A list of TemplateParameter
structures.
A list of TemplateParameter
structures.
A list of TemplateParameter
structures.
A list of TemplateParameter
structures.
A list of TemplateParameter
structures.
A list of TemplateParameter
structures.
The description found within the template.
*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *The description found within the template.
*/ inline void SetDescription(const Aws::String& value) { m_description = value; } /** *The description found within the template.
*/ inline void SetDescription(Aws::String&& value) { m_description = std::move(value); } /** *The description found within the template.
*/ inline void SetDescription(const char* value) { m_description.assign(value); } /** *The description found within the template.
*/ inline ValidateTemplateResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *The description found within the template.
*/ inline ValidateTemplateResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *The description found within the template.
*/ inline ValidateTemplateResult& WithDescription(const char* value) { SetDescription(value); return *this;} /** *The capabilities found within the template. If your template contains IAM * resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for * this parameter when you use the CreateStack or UpdateStack actions * with your template; otherwise, those actions return an InsufficientCapabilities * error.
For more information, see Acknowledging * IAM Resources in CloudFormation Templates.
*/ inline const Aws::VectorThe capabilities found within the template. If your template contains IAM * resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for * this parameter when you use the CreateStack or UpdateStack actions * with your template; otherwise, those actions return an InsufficientCapabilities * error.
For more information, see Acknowledging * IAM Resources in CloudFormation Templates.
*/ inline void SetCapabilities(const Aws::VectorThe capabilities found within the template. If your template contains IAM * resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for * this parameter when you use the CreateStack or UpdateStack actions * with your template; otherwise, those actions return an InsufficientCapabilities * error.
For more information, see Acknowledging * IAM Resources in CloudFormation Templates.
*/ inline void SetCapabilities(Aws::VectorThe capabilities found within the template. If your template contains IAM * resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for * this parameter when you use the CreateStack or UpdateStack actions * with your template; otherwise, those actions return an InsufficientCapabilities * error.
For more information, see Acknowledging * IAM Resources in CloudFormation Templates.
*/ inline ValidateTemplateResult& WithCapabilities(const Aws::VectorThe capabilities found within the template. If your template contains IAM * resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for * this parameter when you use the CreateStack or UpdateStack actions * with your template; otherwise, those actions return an InsufficientCapabilities * error.
For more information, see Acknowledging * IAM Resources in CloudFormation Templates.
*/ inline ValidateTemplateResult& WithCapabilities(Aws::VectorThe capabilities found within the template. If your template contains IAM * resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for * this parameter when you use the CreateStack or UpdateStack actions * with your template; otherwise, those actions return an InsufficientCapabilities * error.
For more information, see Acknowledging * IAM Resources in CloudFormation Templates.
*/ inline ValidateTemplateResult& AddCapabilities(const Capability& value) { m_capabilities.push_back(value); return *this; } /** *The capabilities found within the template. If your template contains IAM * resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for * this parameter when you use the CreateStack or UpdateStack actions * with your template; otherwise, those actions return an InsufficientCapabilities * error.
For more information, see Acknowledging * IAM Resources in CloudFormation Templates.
*/ inline ValidateTemplateResult& AddCapabilities(Capability&& value) { m_capabilities.push_back(std::move(value)); return *this; } /** *The list of resources that generated the values in the
* Capabilities
response element.
The list of resources that generated the values in the
* Capabilities
response element.
The list of resources that generated the values in the
* Capabilities
response element.
The list of resources that generated the values in the
* Capabilities
response element.
The list of resources that generated the values in the
* Capabilities
response element.
The list of resources that generated the values in the
* Capabilities
response element.
The list of resources that generated the values in the
* Capabilities
response element.
A list of the transforms that are declared in the template.
*/ inline const Aws::VectorA list of the transforms that are declared in the template.
*/ inline void SetDeclaredTransforms(const Aws::VectorA list of the transforms that are declared in the template.
*/ inline void SetDeclaredTransforms(Aws::VectorA list of the transforms that are declared in the template.
*/ inline ValidateTemplateResult& WithDeclaredTransforms(const Aws::VectorA list of the transforms that are declared in the template.
*/ inline ValidateTemplateResult& WithDeclaredTransforms(Aws::VectorA list of the transforms that are declared in the template.
*/ inline ValidateTemplateResult& AddDeclaredTransforms(const Aws::String& value) { m_declaredTransforms.push_back(value); return *this; } /** *A list of the transforms that are declared in the template.
*/ inline ValidateTemplateResult& AddDeclaredTransforms(Aws::String&& value) { m_declaredTransforms.push_back(std::move(value)); return *this; } /** *A list of the transforms that are declared in the template.
*/ inline ValidateTemplateResult& AddDeclaredTransforms(const char* value) { m_declaredTransforms.push_back(value); return *this; } inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; } inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; } inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); } inline ValidateTemplateResult& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;} inline ValidateTemplateResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;} private: Aws::Vector