7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/cloudformation/CloudFormationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudFormation
52 inline void SetChangeSetName(
const char* value) { m_changeSetNameHasBeenSet =
true; m_changeSetName.assign(value); }
68 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
86 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
110 inline void SetDisableRollback(
bool value) { m_disableRollbackHasBeenSet =
true; m_disableRollback = value; }
128 bool m_changeSetNameHasBeenSet =
false;
131 bool m_stackNameHasBeenSet =
false;
134 bool m_clientRequestTokenHasBeenSet =
false;
136 bool m_disableRollback;
137 bool m_disableRollbackHasBeenSet =
false;
139 bool m_retainExceptOnCreate;
140 bool m_retainExceptOnCreateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String