AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetDomainResult.h
1
6#pragma once
7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/model/DomainStats.h>
10#include <aws/customer-profiles/model/MatchingResponse.h>
11#include <aws/customer-profiles/model/RuleBasedMatchingResponse.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <utility>
15
16namespace Aws
17{
18template<typename RESULT_TYPE>
19class AmazonWebServiceResult;
20
21namespace Utils
22{
23namespace Json
24{
25 class JsonValue;
26} // namespace Json
27} // namespace Utils
28namespace CustomerProfiles
29{
30namespace Model
31{
33 {
34 public:
35 AWS_CUSTOMERPROFILES_API GetDomainResult();
38
39
41
44 inline const Aws::String& GetDomainName() const{ return m_domainName; }
45 inline void SetDomainName(const Aws::String& value) { m_domainName = value; }
46 inline void SetDomainName(Aws::String&& value) { m_domainName = std::move(value); }
47 inline void SetDomainName(const char* value) { m_domainName.assign(value); }
48 inline GetDomainResult& WithDomainName(const Aws::String& value) { SetDomainName(value); return *this;}
49 inline GetDomainResult& WithDomainName(Aws::String&& value) { SetDomainName(std::move(value)); return *this;}
50 inline GetDomainResult& WithDomainName(const char* value) { SetDomainName(value); return *this;}
52
54
57 inline int GetDefaultExpirationDays() const{ return m_defaultExpirationDays; }
58 inline void SetDefaultExpirationDays(int value) { m_defaultExpirationDays = value; }
59 inline GetDomainResult& WithDefaultExpirationDays(int value) { SetDefaultExpirationDays(value); return *this;}
61
63
68 inline const Aws::String& GetDefaultEncryptionKey() const{ return m_defaultEncryptionKey; }
69 inline void SetDefaultEncryptionKey(const Aws::String& value) { m_defaultEncryptionKey = value; }
70 inline void SetDefaultEncryptionKey(Aws::String&& value) { m_defaultEncryptionKey = std::move(value); }
71 inline void SetDefaultEncryptionKey(const char* value) { m_defaultEncryptionKey.assign(value); }
72 inline GetDomainResult& WithDefaultEncryptionKey(const Aws::String& value) { SetDefaultEncryptionKey(value); return *this;}
73 inline GetDomainResult& WithDefaultEncryptionKey(Aws::String&& value) { SetDefaultEncryptionKey(std::move(value)); return *this;}
74 inline GetDomainResult& WithDefaultEncryptionKey(const char* value) { SetDefaultEncryptionKey(value); return *this;}
76
78
82 inline const Aws::String& GetDeadLetterQueueUrl() const{ return m_deadLetterQueueUrl; }
83 inline void SetDeadLetterQueueUrl(const Aws::String& value) { m_deadLetterQueueUrl = value; }
84 inline void SetDeadLetterQueueUrl(Aws::String&& value) { m_deadLetterQueueUrl = std::move(value); }
85 inline void SetDeadLetterQueueUrl(const char* value) { m_deadLetterQueueUrl.assign(value); }
86 inline GetDomainResult& WithDeadLetterQueueUrl(const Aws::String& value) { SetDeadLetterQueueUrl(value); return *this;}
87 inline GetDomainResult& WithDeadLetterQueueUrl(Aws::String&& value) { SetDeadLetterQueueUrl(std::move(value)); return *this;}
88 inline GetDomainResult& WithDeadLetterQueueUrl(const char* value) { SetDeadLetterQueueUrl(value); return *this;}
90
92
95 inline const DomainStats& GetStats() const{ return m_stats; }
96 inline void SetStats(const DomainStats& value) { m_stats = value; }
97 inline void SetStats(DomainStats&& value) { m_stats = std::move(value); }
98 inline GetDomainResult& WithStats(const DomainStats& value) { SetStats(value); return *this;}
99 inline GetDomainResult& WithStats(DomainStats&& value) { SetStats(std::move(value)); return *this;}
101
103
115 inline const MatchingResponse& GetMatching() const{ return m_matching; }
116 inline void SetMatching(const MatchingResponse& value) { m_matching = value; }
117 inline void SetMatching(MatchingResponse&& value) { m_matching = std::move(value); }
118 inline GetDomainResult& WithMatching(const MatchingResponse& value) { SetMatching(value); return *this;}
119 inline GetDomainResult& WithMatching(MatchingResponse&& value) { SetMatching(std::move(value)); return *this;}
121
123
133 inline const RuleBasedMatchingResponse& GetRuleBasedMatching() const{ return m_ruleBasedMatching; }
134 inline void SetRuleBasedMatching(const RuleBasedMatchingResponse& value) { m_ruleBasedMatching = value; }
135 inline void SetRuleBasedMatching(RuleBasedMatchingResponse&& value) { m_ruleBasedMatching = std::move(value); }
137 inline GetDomainResult& WithRuleBasedMatching(RuleBasedMatchingResponse&& value) { SetRuleBasedMatching(std::move(value)); return *this;}
139
141
144 inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; }
145 inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAt = value; }
146 inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAt = std::move(value); }
147 inline GetDomainResult& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;}
148 inline GetDomainResult& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;}
150
152
155 inline const Aws::Utils::DateTime& GetLastUpdatedAt() const{ return m_lastUpdatedAt; }
156 inline void SetLastUpdatedAt(const Aws::Utils::DateTime& value) { m_lastUpdatedAt = value; }
157 inline void SetLastUpdatedAt(Aws::Utils::DateTime&& value) { m_lastUpdatedAt = std::move(value); }
158 inline GetDomainResult& WithLastUpdatedAt(const Aws::Utils::DateTime& value) { SetLastUpdatedAt(value); return *this;}
159 inline GetDomainResult& WithLastUpdatedAt(Aws::Utils::DateTime&& value) { SetLastUpdatedAt(std::move(value)); return *this;}
161
163
166 inline const Aws::Map<Aws::String, Aws::String>& GetTags() const{ return m_tags; }
167 inline void SetTags(const Aws::Map<Aws::String, Aws::String>& value) { m_tags = value; }
168 inline void SetTags(Aws::Map<Aws::String, Aws::String>&& value) { m_tags = std::move(value); }
169 inline GetDomainResult& WithTags(const Aws::Map<Aws::String, Aws::String>& value) { SetTags(value); return *this;}
170 inline GetDomainResult& WithTags(Aws::Map<Aws::String, Aws::String>&& value) { SetTags(std::move(value)); return *this;}
171 inline GetDomainResult& AddTags(const Aws::String& key, const Aws::String& value) { m_tags.emplace(key, value); return *this; }
172 inline GetDomainResult& AddTags(Aws::String&& key, const Aws::String& value) { m_tags.emplace(std::move(key), value); return *this; }
173 inline GetDomainResult& AddTags(const Aws::String& key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; }
174 inline GetDomainResult& AddTags(Aws::String&& key, Aws::String&& value) { m_tags.emplace(std::move(key), std::move(value)); return *this; }
175 inline GetDomainResult& AddTags(const char* key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; }
176 inline GetDomainResult& AddTags(Aws::String&& key, const char* value) { m_tags.emplace(std::move(key), value); return *this; }
177 inline GetDomainResult& AddTags(const char* key, const char* value) { m_tags.emplace(key, value); return *this; }
179
181
182 inline const Aws::String& GetRequestId() const{ return m_requestId; }
183 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
184 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
185 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
186 inline GetDomainResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
187 inline GetDomainResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
188 inline GetDomainResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
190 private:
191
192 Aws::String m_domainName;
193
194 int m_defaultExpirationDays;
195
196 Aws::String m_defaultEncryptionKey;
197
198 Aws::String m_deadLetterQueueUrl;
199
200 DomainStats m_stats;
201
202 MatchingResponse m_matching;
203
204 RuleBasedMatchingResponse m_ruleBasedMatching;
205
206 Aws::Utils::DateTime m_createdAt;
207
208 Aws::Utils::DateTime m_lastUpdatedAt;
209
211
212 Aws::String m_requestId;
213 };
214
215} // namespace Model
216} // namespace CustomerProfiles
217} // namespace Aws
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetMatching(MatchingResponse &&value)
GetDomainResult & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
GetDomainResult & AddTags(const Aws::String &key, Aws::String &&value)
GetDomainResult & WithRequestId(const Aws::String &value)
GetDomainResult & AddTags(Aws::String &&key, const Aws::String &value)
GetDomainResult & WithRuleBasedMatching(RuleBasedMatchingResponse &&value)
GetDomainResult & WithDeadLetterQueueUrl(const Aws::String &value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetDefaultEncryptionKey() const
GetDomainResult & WithRequestId(const char *value)
GetDomainResult & WithMatching(const MatchingResponse &value)
GetDomainResult & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetRequestId(const Aws::String &value)
GetDomainResult & WithDeadLetterQueueUrl(Aws::String &&value)
GetDomainResult & WithMatching(MatchingResponse &&value)
void SetDeadLetterQueueUrl(const Aws::String &value)
GetDomainResult & AddTags(const char *key, Aws::String &&value)
AWS_CUSTOMERPROFILES_API GetDomainResult()
void SetRuleBasedMatching(const RuleBasedMatchingResponse &value)
void SetRuleBasedMatching(RuleBasedMatchingResponse &&value)
const RuleBasedMatchingResponse & GetRuleBasedMatching() const
GetDomainResult & AddTags(const char *key, const char *value)
void SetDefaultEncryptionKey(Aws::String &&value)
void SetLastUpdatedAt(Aws::Utils::DateTime &&value)
GetDomainResult & WithDefaultEncryptionKey(Aws::String &&value)
GetDomainResult & WithDefaultEncryptionKey(const Aws::String &value)
const MatchingResponse & GetMatching() const
void SetLastUpdatedAt(const Aws::Utils::DateTime &value)
GetDomainResult & AddTags(const Aws::String &key, const Aws::String &value)
GetDomainResult & WithLastUpdatedAt(Aws::Utils::DateTime &&value)
void SetStats(const DomainStats &value)
void SetDomainName(const Aws::String &value)
GetDomainResult & WithCreatedAt(const Aws::Utils::DateTime &value)
AWS_CUSTOMERPROFILES_API GetDomainResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDomainResult & WithStats(DomainStats &&value)
void SetDefaultEncryptionKey(const Aws::String &value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
GetDomainResult & AddTags(Aws::String &&key, Aws::String &&value)
GetDomainResult & WithRuleBasedMatching(const RuleBasedMatchingResponse &value)
GetDomainResult & AddTags(Aws::String &&key, const char *value)
GetDomainResult & WithLastUpdatedAt(const Aws::Utils::DateTime &value)
GetDomainResult & WithRequestId(Aws::String &&value)
GetDomainResult & WithStats(const DomainStats &value)
const Aws::String & GetDeadLetterQueueUrl() const
AWS_CUSTOMERPROFILES_API GetDomainResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDomainResult & WithCreatedAt(Aws::Utils::DateTime &&value)
GetDomainResult & WithDeadLetterQueueUrl(const char *value)
GetDomainResult & WithDefaultExpirationDays(int value)
GetDomainResult & WithDomainName(Aws::String &&value)
GetDomainResult & WithDomainName(const Aws::String &value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
GetDomainResult & WithDomainName(const char *value)
void SetMatching(const MatchingResponse &value)
GetDomainResult & WithDefaultEncryptionKey(const char *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::Json::JsonValue JsonValue