26 namespace CloudFormation
70 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
130 inline void SetTemplateBody(
const char* value) { m_templateBodyHasBeenSet =
true; m_templateBody.assign(value); }
193 inline void SetTemplateURL(
const char* value) { m_templateURLHasBeenSet =
true; m_templateURL.assign(value); }
232 inline void SetUsePreviousTemplate(
bool value) { m_usePreviousTemplateHasBeenSet =
true; m_usePreviousTemplate = value; }
754 inline void SetChangeSetName(
const char* value) { m_changeSetNameHasBeenSet =
true; m_changeSetName.assign(value); }
814 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
861 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
880 bool m_stackNameHasBeenSet;
882 bool m_templateBodyHasBeenSet;
884 bool m_templateURLHasBeenSet;
885 bool m_usePreviousTemplate;
886 bool m_usePreviousTemplateHasBeenSet;
888 bool m_parametersHasBeenSet;
890 bool m_capabilitiesHasBeenSet;
892 bool m_resourceTypesHasBeenSet;
894 bool m_notificationARNsHasBeenSet;
896 bool m_tagsHasBeenSet;
898 bool m_changeSetNameHasBeenSet;
900 bool m_clientTokenHasBeenSet;
902 bool m_descriptionHasBeenSet;
std::vector< T, Aws::Allocator< T > > Vector
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
JSON (JavaScript Object Notation).