AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetIdentityDkimAttributesResult.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/IdentityDkimAttributes.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{
39 {
40 public:
44
45
47
50 inline const Aws::Map<Aws::String, IdentityDkimAttributes>& GetDkimAttributes() const{ return m_dkimAttributes; }
51 inline void SetDkimAttributes(const Aws::Map<Aws::String, IdentityDkimAttributes>& value) { m_dkimAttributes = value; }
52 inline void SetDkimAttributes(Aws::Map<Aws::String, IdentityDkimAttributes>&& value) { m_dkimAttributes = std::move(value); }
55 inline GetIdentityDkimAttributesResult& AddDkimAttributes(const Aws::String& key, const IdentityDkimAttributes& value) { m_dkimAttributes.emplace(key, value); return *this; }
56 inline GetIdentityDkimAttributesResult& AddDkimAttributes(Aws::String&& key, const IdentityDkimAttributes& value) { m_dkimAttributes.emplace(std::move(key), value); return *this; }
57 inline GetIdentityDkimAttributesResult& AddDkimAttributes(const Aws::String& key, IdentityDkimAttributes&& value) { m_dkimAttributes.emplace(key, std::move(value)); return *this; }
58 inline GetIdentityDkimAttributesResult& AddDkimAttributes(Aws::String&& key, IdentityDkimAttributes&& value) { m_dkimAttributes.emplace(std::move(key), std::move(value)); return *this; }
59 inline GetIdentityDkimAttributesResult& AddDkimAttributes(const char* key, IdentityDkimAttributes&& value) { m_dkimAttributes.emplace(key, std::move(value)); return *this; }
60 inline GetIdentityDkimAttributesResult& AddDkimAttributes(const char* key, const IdentityDkimAttributes& value) { m_dkimAttributes.emplace(key, value); return *this; }
62
64
65 inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
66 inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
67 inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); }
71 private:
72
74
75 ResponseMetadata m_responseMetadata;
76 };
77
78} // namespace Model
79} // namespace SES
80} // namespace Aws
AWS_SES_API GetIdentityDkimAttributesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_SES_API GetIdentityDkimAttributesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetDkimAttributes(const Aws::Map< Aws::String, IdentityDkimAttributes > &value)
GetIdentityDkimAttributesResult & AddDkimAttributes(Aws::String &&key, IdentityDkimAttributes &&value)
GetIdentityDkimAttributesResult & AddDkimAttributes(const Aws::String &key, IdentityDkimAttributes &&value)
GetIdentityDkimAttributesResult & WithResponseMetadata(const ResponseMetadata &value)
GetIdentityDkimAttributesResult & AddDkimAttributes(Aws::String &&key, const IdentityDkimAttributes &value)
GetIdentityDkimAttributesResult & WithDkimAttributes(const Aws::Map< Aws::String, IdentityDkimAttributes > &value)
GetIdentityDkimAttributesResult & AddDkimAttributes(const Aws::String &key, const IdentityDkimAttributes &value)
void SetDkimAttributes(Aws::Map< Aws::String, IdentityDkimAttributes > &&value)
GetIdentityDkimAttributesResult & AddDkimAttributes(const char *key, const IdentityDkimAttributes &value)
GetIdentityDkimAttributesResult & WithDkimAttributes(Aws::Map< Aws::String, IdentityDkimAttributes > &&value)
GetIdentityDkimAttributesResult & AddDkimAttributes(const char *key, IdentityDkimAttributes &&value)
GetIdentityDkimAttributesResult & WithResponseMetadata(ResponseMetadata &&value)
const Aws::Map< Aws::String, IdentityDkimAttributes > & GetDkimAttributes() const
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