7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/cloudformation/CloudFormationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/cloudformation/model/Parameter.h>
16namespace CloudFormation
54 template<
typename TemplateBodyT = Aws::String>
55 void SetTemplateBody(TemplateBodyT&& value) { m_templateBodyHasBeenSet =
true; m_templateBody = std::forward<TemplateBodyT>(value); }
56 template<
typename TemplateBodyT = Aws::String>
71 template<
typename TemplateURLT = Aws::String>
72 void SetTemplateURL(TemplateURLT&& value) { m_templateURLHasBeenSet =
true; m_templateURL = std::forward<TemplateURLT>(value); }
73 template<
typename TemplateURLT = Aws::String>
84 template<
typename ParametersT = Aws::Vector<Parameter>>
85 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
86 template<
typename ParametersT = Aws::Vector<Parameter>>
88 template<
typename ParametersT = Parameter>
94 bool m_templateBodyHasBeenSet =
false;
97 bool m_templateURLHasBeenSet =
false;
100 bool m_parametersHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector