AWS SDK for C++

AWS SDK for C++ Version 1.11.765

Loading...
Searching...
No Matches
ConfigurationSetSendingPausedException.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/email/SES_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Xml {
16class XmlNode;
17} // namespace Xml
18} // namespace Utils
19namespace SES {
20namespace Model {
21
30 public:
34
35 AWS_SES_API void OutputToStream(Aws::OStream& ostream, const char* location, unsigned index, const char* locationValue) const;
36 AWS_SES_API void OutputToStream(Aws::OStream& oStream, const char* location) const;
37
39
42 inline const Aws::String& GetConfigurationSetName() const { return m_configurationSetName; }
43 inline bool ConfigurationSetNameHasBeenSet() const { return m_configurationSetNameHasBeenSet; }
44 template <typename ConfigurationSetNameT = Aws::String>
45 void SetConfigurationSetName(ConfigurationSetNameT&& value) {
46 m_configurationSetNameHasBeenSet = true;
47 m_configurationSetName = std::forward<ConfigurationSetNameT>(value);
48 }
49 template <typename ConfigurationSetNameT = Aws::String>
51 SetConfigurationSetName(std::forward<ConfigurationSetNameT>(value));
52 return *this;
53 }
55 private:
56 Aws::String m_configurationSetName;
57 bool m_configurationSetNameHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace SES
62} // namespace Aws
AWS_SES_API ConfigurationSetSendingPausedException(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SES_API void OutputToStream(Aws::OStream &oStream, const char *location) const
ConfigurationSetSendingPausedException & WithConfigurationSetName(ConfigurationSetNameT &&value)
AWS_SES_API ConfigurationSetSendingPausedException & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SES_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream