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
44 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
60 template<
typename TypeHierarchyT = Aws::String>
61 void SetTypeHierarchy(TypeHierarchyT&& value) { m_typeHierarchyHasBeenSet =
true; m_typeHierarchy = std::forward<TypeHierarchyT>(value); }
62 template<
typename TypeHierarchyT = Aws::String>
80 template<
typename LogicalIdHierarchyT = Aws::String>
81 void SetLogicalIdHierarchy(LogicalIdHierarchyT&& value) { m_logicalIdHierarchyHasBeenSet =
true; m_logicalIdHierarchy = std::forward<LogicalIdHierarchyT>(value); }
82 template<
typename LogicalIdHierarchyT = Aws::String>
88 bool m_typeHierarchyHasBeenSet =
false;
91 bool m_logicalIdHierarchyHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream