7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/cloudformation/CloudFormationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudFormation
56 template<
typename StackNameT = Aws::String>
57 void SetStackName(StackNameT&& value) { m_stackNameHasBeenSet =
true; m_stackName = std::forward<StackNameT>(value); }
58 template<
typename StackNameT = Aws::String>
63 bool m_enableTerminationProtection{
false};
64 bool m_enableTerminationProtectionHasBeenSet =
false;
67 bool m_stackNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String