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/ResourceMapping.h>
12#include <aws/cloudformation/model/StackDefinition.h>
17namespace CloudFormation
48 template<
typename DescriptionT = Aws::String>
49 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
50 template<
typename DescriptionT = Aws::String>
60 inline void SetEnableStackCreation(
bool value) { m_enableStackCreationHasBeenSet =
true; m_enableStackCreation = value; }
71 template<
typename ResourceMappingsT = Aws::Vector<ResourceMapping>>
72 void SetResourceMappings(ResourceMappingsT&& value) { m_resourceMappingsHasBeenSet =
true; m_resourceMappings = std::forward<ResourceMappingsT>(value); }
73 template<
typename ResourceMappingsT = Aws::Vector<ResourceMapping>>
75 template<
typename ResourceMappingsT = ResourceMapping>
85 template<
typename StackDefinitionsT = Aws::Vector<StackDefinition>>
86 void SetStackDefinitions(StackDefinitionsT&& value) { m_stackDefinitionsHasBeenSet =
true; m_stackDefinitions = std::forward<StackDefinitionsT>(value); }
87 template<
typename StackDefinitionsT = Aws::Vector<StackDefinition>>
89 template<
typename StackDefinitionsT = StackDefinition>
95 bool m_descriptionHasBeenSet =
false;
97 bool m_enableStackCreation{
false};
98 bool m_enableStackCreationHasBeenSet =
false;
101 bool m_resourceMappingsHasBeenSet =
false;
104 bool m_stackDefinitionsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector