7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
19namespace CloudFormation
38 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
52 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
71 bool m_enabledHasBeenSet =
false;
73 bool m_retainStacksOnAccountRemoval;
74 bool m_retainStacksOnAccountRemovalHasBeenSet =
false;
std::basic_ostream< char, std::char_traits< char > > OStream