7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/cloudformation/CloudFormationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudFormation
47 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
62 inline void SetRoleARN(
const char* value) { m_roleARNHasBeenSet =
true; m_roleARN.assign(value); }
76 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
90 inline void SetRetainExceptOnCreate(
bool value) { m_retainExceptOnCreateHasBeenSet =
true; m_retainExceptOnCreate = value; }
96 bool m_stackNameHasBeenSet =
false;
99 bool m_roleARNHasBeenSet =
false;
102 bool m_clientRequestTokenHasBeenSet =
false;
104 bool m_retainExceptOnCreate;
105 bool m_retainExceptOnCreateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String