AWS SDK for C++  0.12.9
AWS SDK for C++
GetIdentityDkimAttributesResult.h
Go to the documentation of this file.
1 /*
2 * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License").
5 * You may not use this file except in compliance with the License.
6 * A copy of the License is located at
7 *
8 * http://aws.amazon.com/apache2.0
9 *
10 * or in the "license" file accompanying this file. This file is distributed
11 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12 * express or implied. See the License for the specific language governing
13 * permissions and limitations under the License.
14 */
15 #pragma once
16 #include <aws/email/SES_EXPORTS.h>
21 
22 namespace Aws
23 {
24 template<typename RESULT_TYPE>
25 class AmazonWebServiceResult;
26 
27 namespace Utils
28 {
29 namespace Xml
30 {
31  class XmlDocument;
32 } // namespace Xml
33 } // namespace Utils
34 namespace SES
35 {
36 namespace Model
37 {
39  {
40  public:
44 
48  inline const Aws::Map<Aws::String, IdentityDkimAttributes>& GetDkimAttributes() const{ return m_dkimAttributes; }
49 
53  inline void SetDkimAttributes(const Aws::Map<Aws::String, IdentityDkimAttributes>& value) { m_dkimAttributes = value; }
54 
58  inline void SetDkimAttributes(Aws::Map<Aws::String, IdentityDkimAttributes>&& value) { m_dkimAttributes = value; }
59 
63  inline GetIdentityDkimAttributesResult& WithDkimAttributes(const Aws::Map<Aws::String, IdentityDkimAttributes>& value) { SetDkimAttributes(value); return *this;}
64 
68  inline GetIdentityDkimAttributesResult& WithDkimAttributes(Aws::Map<Aws::String, IdentityDkimAttributes>&& value) { SetDkimAttributes(value); return *this;}
69 
73  inline GetIdentityDkimAttributesResult& AddDkimAttributes(const Aws::String& key, const IdentityDkimAttributes& value) { m_dkimAttributes[key] = value; return *this; }
74 
78  inline GetIdentityDkimAttributesResult& AddDkimAttributes(Aws::String&& key, const IdentityDkimAttributes& value) { m_dkimAttributes[key] = value; return *this; }
79 
83  inline GetIdentityDkimAttributesResult& AddDkimAttributes(const Aws::String& key, IdentityDkimAttributes&& value) { m_dkimAttributes[key] = value; return *this; }
84 
88  inline GetIdentityDkimAttributesResult& AddDkimAttributes(Aws::String&& key, IdentityDkimAttributes&& value) { m_dkimAttributes[key] = value; return *this; }
89 
93  inline GetIdentityDkimAttributesResult& AddDkimAttributes(const char* key, IdentityDkimAttributes&& value) { m_dkimAttributes[key] = value; return *this; }
94 
98  inline GetIdentityDkimAttributesResult& AddDkimAttributes(const char* key, const IdentityDkimAttributes& value) { m_dkimAttributes[key] = value; return *this; }
99 
100 
101  inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
102 
103 
104  inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
105 
106 
107  inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = value; }
108 
109 
110  inline GetIdentityDkimAttributesResult& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;}
111 
112 
113  inline GetIdentityDkimAttributesResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(value); return *this;}
114 
115  private:
117  ResponseMetadata m_responseMetadata;
118  };
119 
120 } // namespace Model
121 } // namespace SES
122 } // namespace Aws
void SetDkimAttributes(Aws::Map< Aws::String, IdentityDkimAttributes > &&value)
GetIdentityDkimAttributesResult & AddDkimAttributes(const Aws::String &key, const IdentityDkimAttributes &value)
GetIdentityDkimAttributesResult & AddDkimAttributes(Aws::String &&key, IdentityDkimAttributes &&value)
GetIdentityDkimAttributesResult & WithDkimAttributes(Aws::Map< Aws::String, IdentityDkimAttributes > &&value)
GetIdentityDkimAttributesResult & WithResponseMetadata(const ResponseMetadata &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Definition: AWSMap.h:28
GetIdentityDkimAttributesResult & WithDkimAttributes(const Aws::Map< Aws::String, IdentityDkimAttributes > &value)
GetIdentityDkimAttributesResult & AddDkimAttributes(const Aws::String &key, IdentityDkimAttributes &&value)
void SetDkimAttributes(const Aws::Map< Aws::String, IdentityDkimAttributes > &value)
GetIdentityDkimAttributesResult & WithResponseMetadata(ResponseMetadata &&value)
GetIdentityDkimAttributesResult & AddDkimAttributes(const char *key, IdentityDkimAttributes &&value)
GetIdentityDkimAttributesResult & AddDkimAttributes(const char *key, const IdentityDkimAttributes &value)
const Aws::Map< Aws::String, IdentityDkimAttributes > & GetDkimAttributes() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition: AWSString.h:97
GetIdentityDkimAttributesResult & AddDkimAttributes(Aws::String &&key, const IdentityDkimAttributes &value)
#define AWS_SES_API
Definition: SES_EXPORTS.h:34
JSON (JavaScript Object Notation).