7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
19namespace CloudFormation
37 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
54 inline void SetActive(
bool value) { m_activeHasBeenSet =
true; m_active = value; }
60 bool m_activeHasBeenSet =
false;
std::basic_ostream< char, std::char_traits< char > > OStream