AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetIdentityNotificationAttributesResult.h
1
6#pragma once
7#include <aws/email/SES_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/email/model/ResponseMetadata.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/email/model/IdentityNotificationAttributes.h>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Xml
22{
23 class XmlDocument;
24} // namespace Xml
25} // namespace Utils
26namespace SES
27{
28namespace Model
29{
37 {
38 public:
42
43
45
48 inline const Aws::Map<Aws::String, IdentityNotificationAttributes>& GetNotificationAttributes() const{ return m_notificationAttributes; }
49 inline void SetNotificationAttributes(const Aws::Map<Aws::String, IdentityNotificationAttributes>& value) { m_notificationAttributes = value; }
50 inline void SetNotificationAttributes(Aws::Map<Aws::String, IdentityNotificationAttributes>&& value) { m_notificationAttributes = std::move(value); }
53 inline GetIdentityNotificationAttributesResult& AddNotificationAttributes(const Aws::String& key, const IdentityNotificationAttributes& value) { m_notificationAttributes.emplace(key, value); return *this; }
54 inline GetIdentityNotificationAttributesResult& AddNotificationAttributes(Aws::String&& key, const IdentityNotificationAttributes& value) { m_notificationAttributes.emplace(std::move(key), value); return *this; }
55 inline GetIdentityNotificationAttributesResult& AddNotificationAttributes(const Aws::String& key, IdentityNotificationAttributes&& value) { m_notificationAttributes.emplace(key, std::move(value)); return *this; }
56 inline GetIdentityNotificationAttributesResult& AddNotificationAttributes(Aws::String&& key, IdentityNotificationAttributes&& value) { m_notificationAttributes.emplace(std::move(key), std::move(value)); return *this; }
57 inline GetIdentityNotificationAttributesResult& AddNotificationAttributes(const char* key, IdentityNotificationAttributes&& value) { m_notificationAttributes.emplace(key, std::move(value)); return *this; }
58 inline GetIdentityNotificationAttributesResult& AddNotificationAttributes(const char* key, const IdentityNotificationAttributes& value) { m_notificationAttributes.emplace(key, value); return *this; }
60
62
63 inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
64 inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
65 inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); }
69 private:
70
72
73 ResponseMetadata m_responseMetadata;
74 };
75
76} // namespace Model
77} // namespace SES
78} // namespace Aws
AWS_SES_API GetIdentityNotificationAttributesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::Map< Aws::String, IdentityNotificationAttributes > & GetNotificationAttributes() const
GetIdentityNotificationAttributesResult & WithResponseMetadata(const ResponseMetadata &value)
GetIdentityNotificationAttributesResult & AddNotificationAttributes(const Aws::String &key, IdentityNotificationAttributes &&value)
AWS_SES_API GetIdentityNotificationAttributesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
GetIdentityNotificationAttributesResult & AddNotificationAttributes(const char *key, const IdentityNotificationAttributes &value)
void SetNotificationAttributes(Aws::Map< Aws::String, IdentityNotificationAttributes > &&value)
GetIdentityNotificationAttributesResult & AddNotificationAttributes(const char *key, IdentityNotificationAttributes &&value)
GetIdentityNotificationAttributesResult & AddNotificationAttributes(Aws::String &&key, const IdentityNotificationAttributes &value)
GetIdentityNotificationAttributesResult & WithResponseMetadata(ResponseMetadata &&value)
GetIdentityNotificationAttributesResult & AddNotificationAttributes(Aws::String &&key, IdentityNotificationAttributes &&value)
GetIdentityNotificationAttributesResult & WithNotificationAttributes(Aws::Map< Aws::String, IdentityNotificationAttributes > &&value)
GetIdentityNotificationAttributesResult & AddNotificationAttributes(const Aws::String &key, const IdentityNotificationAttributes &value)
void SetNotificationAttributes(const Aws::Map< Aws::String, IdentityNotificationAttributes > &value)
GetIdentityNotificationAttributesResult & WithNotificationAttributes(const Aws::Map< Aws::String, IdentityNotificationAttributes > &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument