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/RollbackConfiguration.h>
12#include <aws/cloudformation/model/Parameter.h>
13#include <aws/cloudformation/model/Capability.h>
14#include <aws/cloudformation/model/Tag.h>
19namespace CloudFormation
55 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
72 inline void SetTemplateBody(
const char* value) { m_templateBodyHasBeenSet =
true; m_templateBody.assign(value); }
91 inline void SetTemplateURL(
const char* value) { m_templateURLHasBeenSet =
true; m_templateURL.assign(value); }
106 inline void SetUsePreviousTemplate(
bool value) { m_usePreviousTemplateHasBeenSet =
true; m_usePreviousTemplate = value; }
280 inline void SetRoleARN(
const char* value) { m_roleARNHasBeenSet =
true; m_roleARN.assign(value); }
312 inline void SetStackPolicyBody(
const char* value) { m_stackPolicyBodyHasBeenSet =
true; m_stackPolicyBody.assign(value); }
333 inline void SetStackPolicyURL(
const char* value) { m_stackPolicyURLHasBeenSet =
true; m_stackPolicyURL.assign(value); }
381 inline void SetDisableRollback(
bool value) { m_disableRollbackHasBeenSet =
true; m_disableRollback = value; }
408 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
428 bool m_stackNameHasBeenSet =
false;
431 bool m_templateBodyHasBeenSet =
false;
434 bool m_templateURLHasBeenSet =
false;
436 bool m_usePreviousTemplate;
437 bool m_usePreviousTemplateHasBeenSet =
false;
440 bool m_stackPolicyDuringUpdateBodyHasBeenSet =
false;
443 bool m_stackPolicyDuringUpdateURLHasBeenSet =
false;
446 bool m_parametersHasBeenSet =
false;
449 bool m_capabilitiesHasBeenSet =
false;
452 bool m_resourceTypesHasBeenSet =
false;
455 bool m_roleARNHasBeenSet =
false;
458 bool m_rollbackConfigurationHasBeenSet =
false;
461 bool m_stackPolicyBodyHasBeenSet =
false;
464 bool m_stackPolicyURLHasBeenSet =
false;
467 bool m_notificationARNsHasBeenSet =
false;
470 bool m_tagsHasBeenSet =
false;
472 bool m_disableRollback;
473 bool m_disableRollbackHasBeenSet =
false;
476 bool m_clientRequestTokenHasBeenSet =
false;
478 bool m_retainExceptOnCreate;
479 bool m_retainExceptOnCreateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector