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
56 inline void SetTemplateBody(
const char* value) { m_templateBodyHasBeenSet =
true; m_templateBody.assign(value); }
75 inline void SetTemplateURL(
const char* value) { m_templateURLHasBeenSet =
true; m_templateURL.assign(value); }
94 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
111 inline void SetStackSetName(
const char* value) { m_stackSetNameHasBeenSet =
true; m_stackSetName.assign(value); }
134 inline void SetCallAs(
const CallAs& value) { m_callAsHasBeenSet =
true; m_callAs = value; }
135 inline void SetCallAs(
CallAs&& value) { m_callAsHasBeenSet =
true; m_callAs = std::move(value); }
154 bool m_templateBodyHasBeenSet =
false;
157 bool m_templateURLHasBeenSet =
false;
160 bool m_stackNameHasBeenSet =
false;
163 bool m_stackSetNameHasBeenSet =
false;
166 bool m_callAsHasBeenSet =
false;
169 bool m_templateSummaryConfigHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String