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
39 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
53 inline void SetPropertyPath(
const char* value) { m_propertyPathHasBeenSet =
true; m_propertyPath.assign(value); }
65 inline void SetRequired(
bool value) { m_requiredHasBeenSet =
true; m_required = value; }
77 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
85 bool m_propertyPathHasBeenSet =
false;
88 bool m_requiredHasBeenSet =
false;
91 bool m_descriptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream