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/OnFailure.h>
13#include <aws/cloudformation/model/Parameter.h>
14#include <aws/cloudformation/model/Capability.h>
15#include <aws/cloudformation/model/Tag.h>
20namespace CloudFormation
60 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
77 inline void SetTemplateBody(
const char* value) { m_templateBodyHasBeenSet =
true; m_templateBody.assign(value); }
96 inline void SetTemplateURL(
const char* value) { m_templateURLHasBeenSet =
true; m_templateURL.assign(value); }
127 inline void SetDisableRollback(
bool value) { m_disableRollbackHasBeenSet =
true; m_disableRollback = value; }
152 inline void SetTimeoutInMinutes(
int value) { m_timeoutInMinutesHasBeenSet =
true; m_timeoutInMinutes = value; }
292 inline void SetRoleARN(
const char* value) { m_roleARNHasBeenSet =
true; m_roleARN.assign(value); }
325 inline void SetStackPolicyBody(
const char* value) { m_stackPolicyBodyHasBeenSet =
true; m_stackPolicyBody.assign(value); }
343 inline void SetStackPolicyURL(
const char* value) { m_stackPolicyURLHasBeenSet =
true; m_stackPolicyURL.assign(value); }
388 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
427 bool m_stackNameHasBeenSet =
false;
430 bool m_templateBodyHasBeenSet =
false;
433 bool m_templateURLHasBeenSet =
false;
436 bool m_parametersHasBeenSet =
false;
438 bool m_disableRollback;
439 bool m_disableRollbackHasBeenSet =
false;
442 bool m_rollbackConfigurationHasBeenSet =
false;
444 int m_timeoutInMinutes;
445 bool m_timeoutInMinutesHasBeenSet =
false;
448 bool m_notificationARNsHasBeenSet =
false;
451 bool m_capabilitiesHasBeenSet =
false;
454 bool m_resourceTypesHasBeenSet =
false;
457 bool m_roleARNHasBeenSet =
false;
460 bool m_onFailureHasBeenSet =
false;
463 bool m_stackPolicyBodyHasBeenSet =
false;
466 bool m_stackPolicyURLHasBeenSet =
false;
469 bool m_tagsHasBeenSet =
false;
472 bool m_clientRequestTokenHasBeenSet =
false;
474 bool m_enableTerminationProtection;
475 bool m_enableTerminationProtectionHasBeenSet =
false;
477 bool m_retainExceptOnCreate;
478 bool m_retainExceptOnCreateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector