AWS SDK for C++  0.14.3
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 {
45  {
46  public:
50 
54  inline const Aws::Map<Aws::String, IdentityDkimAttributes>& GetDkimAttributes() const{ return m_dkimAttributes; }
55 
59  inline void SetDkimAttributes(const Aws::Map<Aws::String, IdentityDkimAttributes>& value) { m_dkimAttributes = value; }
60 
64  inline void SetDkimAttributes(Aws::Map<Aws::String, IdentityDkimAttributes>&& value) { m_dkimAttributes = value; }
65 
69  inline GetIdentityDkimAttributesResult& WithDkimAttributes(const Aws::Map<Aws::String, IdentityDkimAttributes>& value) { SetDkimAttributes(value); return *this;}
70 
74  inline GetIdentityDkimAttributesResult& WithDkimAttributes(Aws::Map<Aws::String, IdentityDkimAttributes>&& value) { SetDkimAttributes(value); return *this;}
75 
79  inline GetIdentityDkimAttributesResult& AddDkimAttributes(const Aws::String& key, const IdentityDkimAttributes& value) { m_dkimAttributes[key] = value; return *this; }
80 
84  inline GetIdentityDkimAttributesResult& AddDkimAttributes(Aws::String&& key, const IdentityDkimAttributes& value) { m_dkimAttributes[key] = value; return *this; }
85 
89  inline GetIdentityDkimAttributesResult& AddDkimAttributes(const Aws::String& key, IdentityDkimAttributes&& value) { m_dkimAttributes[key] = value; return *this; }
90 
94  inline GetIdentityDkimAttributesResult& AddDkimAttributes(Aws::String&& key, IdentityDkimAttributes&& value) { m_dkimAttributes[key] = value; return *this; }
95 
99  inline GetIdentityDkimAttributesResult& AddDkimAttributes(const char* key, IdentityDkimAttributes&& value) { m_dkimAttributes[key] = value; return *this; }
100 
104  inline GetIdentityDkimAttributesResult& AddDkimAttributes(const char* key, const IdentityDkimAttributes& value) { m_dkimAttributes[key] = value; return *this; }
105 
106 
107  inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
108 
109 
110  inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
111 
112 
113  inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = value; }
114 
115 
116  inline GetIdentityDkimAttributesResult& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;}
117 
118 
119  inline GetIdentityDkimAttributesResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(value); return *this;}
120 
121  private:
123  ResponseMetadata m_responseMetadata;
124  };
125 
126 } // namespace Model
127 } // namespace SES
128 } // 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:37
JSON (JavaScript Object Notation).