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/cloudformation/model/CallAs.h>
11#include <aws/cloudformation/model/TemplateSummaryConfig.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>
88 template<
typename StackNameT = Aws::String>
89 void SetStackName(StackNameT&& value) { m_stackNameHasBeenSet =
true; m_stackName = std::forward<StackNameT>(value); }
90 template<
typename StackNameT = Aws::String>
103 template<
typename StackSetNameT = Aws::String>
104 void SetStackSetName(StackSetNameT&& value) { m_stackSetNameHasBeenSet =
true; m_stackSetName = std::forward<StackSetNameT>(value); }
105 template<
typename StackSetNameT = Aws::String>
136 template<
typename TemplateSummaryConfigT = TemplateSummaryConfig>
137 void SetTemplateSummaryConfig(TemplateSummaryConfigT&& value) { m_templateSummaryConfigHasBeenSet =
true; m_templateSummaryConfig = std::forward<TemplateSummaryConfigT>(value); }
138 template<
typename TemplateSummaryConfigT = TemplateSummaryConfig>
144 bool m_templateBodyHasBeenSet =
false;
147 bool m_templateURLHasBeenSet =
false;
150 bool m_stackNameHasBeenSet =
false;
153 bool m_stackSetNameHasBeenSet =
false;
156 bool m_callAsHasBeenSet =
false;
158 TemplateSummaryConfig m_templateSummaryConfig;
159 bool m_templateSummaryConfigHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String