/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The output for GetTemplate action.See Also:
AWS
* API Reference
Structure containing the template body. (For more information, go to Template * Anatomy in the CloudFormation User Guide.)
CloudFormation returns the * same template that was used when the stack was created.
*/ inline const Aws::String& GetTemplateBody() const{ return m_templateBody; } /** *Structure containing the template body. (For more information, go to Template * Anatomy in the CloudFormation User Guide.)
CloudFormation returns the * same template that was used when the stack was created.
*/ inline void SetTemplateBody(const Aws::String& value) { m_templateBody = value; } /** *Structure containing the template body. (For more information, go to Template * Anatomy in the CloudFormation User Guide.)
CloudFormation returns the * same template that was used when the stack was created.
*/ inline void SetTemplateBody(Aws::String&& value) { m_templateBody = std::move(value); } /** *Structure containing the template body. (For more information, go to Template * Anatomy in the CloudFormation User Guide.)
CloudFormation returns the * same template that was used when the stack was created.
*/ inline void SetTemplateBody(const char* value) { m_templateBody.assign(value); } /** *Structure containing the template body. (For more information, go to Template * Anatomy in the CloudFormation User Guide.)
CloudFormation returns the * same template that was used when the stack was created.
*/ inline GetTemplateResult& WithTemplateBody(const Aws::String& value) { SetTemplateBody(value); return *this;} /** *Structure containing the template body. (For more information, go to Template * Anatomy in the CloudFormation User Guide.)
CloudFormation returns the * same template that was used when the stack was created.
*/ inline GetTemplateResult& WithTemplateBody(Aws::String&& value) { SetTemplateBody(std::move(value)); return *this;} /** *Structure containing the template body. (For more information, go to Template * Anatomy in the CloudFormation User Guide.)
CloudFormation returns the * same template that was used when the stack was created.
*/ inline GetTemplateResult& WithTemplateBody(const char* value) { SetTemplateBody(value); return *this;} /** *The stage of the template that you can retrieve. For stacks, the
* Original
and Processed
templates are always available.
* For change sets, the Original
template is always available. After
* CloudFormation finishes creating the change set, the Processed
* template becomes available.
The stage of the template that you can retrieve. For stacks, the
* Original
and Processed
templates are always available.
* For change sets, the Original
template is always available. After
* CloudFormation finishes creating the change set, the Processed
* template becomes available.
The stage of the template that you can retrieve. For stacks, the
* Original
and Processed
templates are always available.
* For change sets, the Original
template is always available. After
* CloudFormation finishes creating the change set, the Processed
* template becomes available.
The stage of the template that you can retrieve. For stacks, the
* Original
and Processed
templates are always available.
* For change sets, the Original
template is always available. After
* CloudFormation finishes creating the change set, the Processed
* template becomes available.
The stage of the template that you can retrieve. For stacks, the
* Original
and Processed
templates are always available.
* For change sets, the Original
template is always available. After
* CloudFormation finishes creating the change set, the Processed
* template becomes available.
The stage of the template that you can retrieve. For stacks, the
* Original
and Processed
templates are always available.
* For change sets, the Original
template is always available. After
* CloudFormation finishes creating the change set, the Processed
* template becomes available.
The stage of the template that you can retrieve. For stacks, the
* Original
and Processed
templates are always available.
* For change sets, the Original
template is always available. After
* CloudFormation finishes creating the change set, the Processed
* template becomes available.