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; }
782 inline void SetChangeSetName(
const char* value) { m_changeSetNameHasBeenSet =
true; m_changeSetName.assign(value); }
842 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
889 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
908 bool m_stackNameHasBeenSet;
910 bool m_templateBodyHasBeenSet;
912 bool m_templateURLHasBeenSet;
913 bool m_usePreviousTemplate;
914 bool m_usePreviousTemplateHasBeenSet;
916 bool m_parametersHasBeenSet;
918 bool m_capabilitiesHasBeenSet;
920 bool m_resourceTypesHasBeenSet;
922 bool m_notificationARNsHasBeenSet;
924 bool m_tagsHasBeenSet;
926 bool m_changeSetNameHasBeenSet;
928 bool m_clientTokenHasBeenSet;
930 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).