7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/cloudformation/model/WarningType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/cloudformation/model/WarningProperty.h>
23namespace CloudFormation
41 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
79 template<
typename PropertiesT = Aws::Vector<WarningProperty>>
80 void SetProperties(PropertiesT&& value) { m_propertiesHasBeenSet =
true; m_properties = std::forward<PropertiesT>(value); }
81 template<
typename PropertiesT = Aws::Vector<WarningProperty>>
83 template<
typename PropertiesT = WarningProperty>
84 WarningDetail&
AddProperties(PropertiesT&& value) { m_propertiesHasBeenSet =
true; m_properties.emplace_back(std::forward<PropertiesT>(value));
return *
this; }
89 bool m_typeHasBeenSet =
false;
92 bool m_propertiesHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream