7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/cloudformation/CloudFormationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudFormation
45 template<
typename StackNameT = Aws::String>
46 void SetStackName(StackNameT&& value) { m_stackNameHasBeenSet =
true; m_stackName = std::forward<StackNameT>(value); }
47 template<
typename StackNameT = Aws::String>
58 template<
typename RoleARNT = Aws::String>
59 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
60 template<
typename RoleARNT = Aws::String>
70 template<
typename ClientRequestTokenT = Aws::String>
71 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
72 template<
typename ClientRequestTokenT = Aws::String>
84 inline void SetRetainExceptOnCreate(
bool value) { m_retainExceptOnCreateHasBeenSet =
true; m_retainExceptOnCreate = value; }
90 bool m_stackNameHasBeenSet =
false;
93 bool m_roleARNHasBeenSet =
false;
96 bool m_clientRequestTokenHasBeenSet =
false;
98 bool m_retainExceptOnCreate{
false};
99 bool m_retainExceptOnCreateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String