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;
51 template<
typename PropertyPathT = Aws::String>
52 void SetPropertyPath(PropertyPathT&& value) { m_propertyPathHasBeenSet =
true; m_propertyPath = std::forward<PropertyPathT>(value); }
53 template<
typename PropertyPathT = Aws::String>
63 inline void SetRequired(
bool value) { m_requiredHasBeenSet =
true; m_required = value; }
73 template<
typename DescriptionT = Aws::String>
74 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
75 template<
typename DescriptionT = Aws::String>
81 bool m_propertyPathHasBeenSet =
false;
83 bool m_required{
false};
84 bool m_requiredHasBeenSet =
false;
87 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