7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CloudFormation
38 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
50 inline void SetOutputKey(
const char* value) { m_outputKeyHasBeenSet =
true; m_outputKey.assign(value); }
64 inline void SetOutputValue(
const char* value) { m_outputValueHasBeenSet =
true; m_outputValue.assign(value); }
78 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
92 inline void SetExportName(
const char* value) { m_exportNameHasBeenSet =
true; m_exportName.assign(value); }
100 bool m_outputKeyHasBeenSet =
false;
103 bool m_outputValueHasBeenSet =
false;
106 bool m_descriptionHasBeenSet =
false;
109 bool m_exportNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream