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>
51 inline void SetTemplateName(
const char* value) { m_templateNameHasBeenSet =
true; m_templateName.assign(value); }
59 bool m_templateNameHasBeenSet =
false;
void SetTemplateName(const Aws::String &value)
void SetTemplateName(const char *value)
AWS_SES_API MissingRenderingAttributeException & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool TemplateNameHasBeenSet() const
AWS_SES_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetTemplateName(Aws::String &&value)
AWS_SES_API MissingRenderingAttributeException(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SES_API void OutputToStream(Aws::OStream &oStream, const char *location) const
MissingRenderingAttributeException & WithTemplateName(Aws::String &&value)
MissingRenderingAttributeException & WithTemplateName(const char *value)
MissingRenderingAttributeException & WithTemplateName(const Aws::String &value)
const Aws::String & GetTemplateName() const
AWS_SES_API MissingRenderingAttributeException()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream