7#include <aws/email/SES_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename TemplateNameT = Aws::String>
50 void SetTemplateName(TemplateNameT&& value) { m_templateNameHasBeenSet =
true; m_templateName = std::forward<TemplateNameT>(value); }
51 template<
typename TemplateNameT = Aws::String>
57 bool m_templateNameHasBeenSet =
false;
AWS_SES_API MissingRenderingAttributeException & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetTemplateName(TemplateNameT &&value)
AWS_SES_API MissingRenderingAttributeException()=default
MissingRenderingAttributeException & WithTemplateName(TemplateNameT &&value)
bool TemplateNameHasBeenSet() const
AWS_SES_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_SES_API MissingRenderingAttributeException(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SES_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetTemplateName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream