AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
InvalidRenderingParameterException.h
1
6#pragma once
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>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Xml
17{
18 class XmlNode;
19} // namespace Xml
20} // namespace Utils
21namespace SES
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_SES_API InvalidRenderingParameterException() = default;
39
40 AWS_SES_API void OutputToStream(Aws::OStream& ostream, const char* location, unsigned index, const char* locationValue) const;
41 AWS_SES_API void OutputToStream(Aws::OStream& oStream, const char* location) const;
42
43
45
46 inline const Aws::String& GetTemplateName() const { return m_templateName; }
47 inline bool TemplateNameHasBeenSet() const { return m_templateNameHasBeenSet; }
48 template<typename TemplateNameT = Aws::String>
49 void SetTemplateName(TemplateNameT&& value) { m_templateNameHasBeenSet = true; m_templateName = std::forward<TemplateNameT>(value); }
50 template<typename TemplateNameT = Aws::String>
51 InvalidRenderingParameterException& WithTemplateName(TemplateNameT&& value) { SetTemplateName(std::forward<TemplateNameT>(value)); return *this;}
53 private:
54
55 Aws::String m_templateName;
56 bool m_templateNameHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace SES
61} // namespace Aws
AWS_SES_API InvalidRenderingParameterException & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
InvalidRenderingParameterException & WithTemplateName(TemplateNameT &&value)
AWS_SES_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_SES_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_SES_API InvalidRenderingParameterException(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream