7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/cloudformation/CloudFormationRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/cloudformation/model/TemplateConfiguration.h>
12#include <aws/cloudformation/model/ResourceDefinition.h>
17namespace CloudFormation
51 template<
typename ResourcesT = Aws::Vector<ResourceDefinition>>
52 void SetResources(ResourcesT&& value) { m_resourcesHasBeenSet =
true; m_resources = std::forward<ResourcesT>(value); }
53 template<
typename ResourcesT = Aws::Vector<ResourceDefinition>>
55 template<
typename ResourcesT = ResourceDefinition>
65 template<
typename GeneratedTemplateNameT = Aws::String>
66 void SetGeneratedTemplateName(GeneratedTemplateNameT&& value) { m_generatedTemplateNameHasBeenSet =
true; m_generatedTemplateName = std::forward<GeneratedTemplateNameT>(value); }
67 template<
typename GeneratedTemplateNameT = Aws::String>
78 template<
typename StackNameT = Aws::String>
79 void SetStackName(StackNameT&& value) { m_stackNameHasBeenSet =
true; m_stackName = std::forward<StackNameT>(value); }
80 template<
typename StackNameT = Aws::String>
91 template<
typename TemplateConfigurationT = TemplateConfiguration>
92 void SetTemplateConfiguration(TemplateConfigurationT&& value) { m_templateConfigurationHasBeenSet =
true; m_templateConfiguration = std::forward<TemplateConfigurationT>(value); }
93 template<
typename TemplateConfigurationT = TemplateConfiguration>
99 bool m_resourcesHasBeenSet =
false;
102 bool m_generatedTemplateNameHasBeenSet =
false;
105 bool m_stackNameHasBeenSet =
false;
108 bool m_templateConfigurationHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector