7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/AfterContactWorkConfigPerChannel.h>
9#include <aws/connect/model/AutoAcceptConfig.h>
10#include <aws/connect/model/PersistentConnectionConfig.h>
11#include <aws/connect/model/PhoneNumberConfig.h>
12#include <aws/connect/model/UserIdentityInfoLite.h>
13#include <aws/connect/model/UserPhoneConfig.h>
14#include <aws/connect/model/VoiceEnhancementConfig.h>
15#include <aws/core/utils/memory/stl/AWSMap.h>
16#include <aws/core/utils/memory/stl/AWSString.h>
17#include <aws/core/utils/memory/stl/AWSVector.h>
49 template <
typename ArnT = Aws::String>
51 m_arnHasBeenSet =
true;
52 m_arn = std::forward<ArnT>(value);
54 template <
typename ArnT = Aws::String>
56 SetArn(std::forward<ArnT>(value));
67 template <
typename DirectoryUserIdT = Aws::String>
69 m_directoryUserIdHasBeenSet =
true;
70 m_directoryUserId = std::forward<DirectoryUserIdT>(value);
72 template <
typename DirectoryUserIdT = Aws::String>
85 template <
typename HierarchyGroupIdT = Aws::String>
87 m_hierarchyGroupIdHasBeenSet =
true;
88 m_hierarchyGroupId = std::forward<HierarchyGroupIdT>(value);
90 template <
typename HierarchyGroupIdT = Aws::String>
103 template <
typename IdT = Aws::String>
105 m_idHasBeenSet =
true;
106 m_id = std::forward<IdT>(value);
108 template <
typename IdT = Aws::String>
110 SetId(std::forward<IdT>(value));
121 template <
typename IdentityInfoT = UserIdentityInfoLite>
123 m_identityInfoHasBeenSet =
true;
124 m_identityInfo = std::forward<IdentityInfoT>(value);
126 template <
typename IdentityInfoT = UserIdentityInfoLite>
137 template <
typename PhoneConfigT = UserPhoneConfig>
139 m_phoneConfigHasBeenSet =
true;
140 m_phoneConfig = std::forward<PhoneConfigT>(value);
142 template <
typename PhoneConfigT = UserPhoneConfig>
155 template <
typename RoutingProfileIdT = Aws::String>
157 m_routingProfileIdHasBeenSet =
true;
158 m_routingProfileId = std::forward<RoutingProfileIdT>(value);
160 template <
typename RoutingProfileIdT = Aws::String>
173 template <
typename SecurityProfileIdsT = Aws::Vector<Aws::String>>
175 m_securityProfileIdsHasBeenSet =
true;
176 m_securityProfileIds = std::forward<SecurityProfileIdsT>(value);
178 template <
typename SecurityProfileIdsT = Aws::Vector<Aws::String>>
183 template <
typename SecurityProfileIdsT = Aws::String>
185 m_securityProfileIdsHasBeenSet =
true;
186 m_securityProfileIds.emplace_back(std::forward<SecurityProfileIdsT>(value));
198 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
200 m_tagsHasBeenSet =
true;
201 m_tags = std::forward<TagsT>(value);
203 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
205 SetTags(std::forward<TagsT>(value));
208 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
210 m_tagsHasBeenSet =
true;
211 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
222 template <
typename UsernameT = Aws::String>
224 m_usernameHasBeenSet =
true;
225 m_username = std::forward<UsernameT>(value);
227 template <
typename UsernameT = Aws::String>
240 template <
typename AutoAcceptConfigsT = Aws::Vector<AutoAcceptConfig>>
242 m_autoAcceptConfigsHasBeenSet =
true;
243 m_autoAcceptConfigs = std::forward<AutoAcceptConfigsT>(value);
245 template <
typename AutoAcceptConfigsT = Aws::Vector<AutoAcceptConfig>>
250 template <
typename AutoAcceptConfigsT = AutoAcceptConfig>
252 m_autoAcceptConfigsHasBeenSet =
true;
253 m_autoAcceptConfigs.emplace_back(std::forward<AutoAcceptConfigsT>(value));
265 template <
typename AfterContactWorkConfigsT = Aws::Vector<AfterContactWorkConfigPerChannel>>
267 m_afterContactWorkConfigsHasBeenSet =
true;
268 m_afterContactWorkConfigs = std::forward<AfterContactWorkConfigsT>(value);
270 template <
typename AfterContactWorkConfigsT = Aws::Vector<AfterContactWorkConfigPerChannel>>
275 template <
typename AfterContactWorkConfigsT = AfterContactWorkConfigPerChannel>
277 m_afterContactWorkConfigsHasBeenSet =
true;
278 m_afterContactWorkConfigs.emplace_back(std::forward<AfterContactWorkConfigsT>(value));
289 template <
typename PhoneNumberConfigsT = Aws::Vector<PhoneNumberConfig>>
291 m_phoneNumberConfigsHasBeenSet =
true;
292 m_phoneNumberConfigs = std::forward<PhoneNumberConfigsT>(value);
294 template <
typename PhoneNumberConfigsT = Aws::Vector<PhoneNumberConfig>>
299 template <
typename PhoneNumberConfigsT = PhoneNumberConfig>
301 m_phoneNumberConfigsHasBeenSet =
true;
302 m_phoneNumberConfigs.emplace_back(std::forward<PhoneNumberConfigsT>(value));
314 template <
typename PersistentConnectionConfigsT = Aws::Vector<PersistentConnectionConfig>>
316 m_persistentConnectionConfigsHasBeenSet =
true;
317 m_persistentConnectionConfigs = std::forward<PersistentConnectionConfigsT>(value);
319 template <
typename PersistentConnectionConfigsT = Aws::Vector<PersistentConnectionConfig>>
324 template <
typename PersistentConnectionConfigsT = PersistentConnectionConfig>
326 m_persistentConnectionConfigsHasBeenSet =
true;
327 m_persistentConnectionConfigs.emplace_back(std::forward<PersistentConnectionConfigsT>(value));
338 template <
typename VoiceEnhancementConfigsT = Aws::Vector<VoiceEnhancementConfig>>
340 m_voiceEnhancementConfigsHasBeenSet =
true;
341 m_voiceEnhancementConfigs = std::forward<VoiceEnhancementConfigsT>(value);
343 template <
typename VoiceEnhancementConfigsT = Aws::Vector<VoiceEnhancementConfig>>
348 template <
typename VoiceEnhancementConfigsT = VoiceEnhancementConfig>
350 m_voiceEnhancementConfigsHasBeenSet =
true;
351 m_voiceEnhancementConfigs.emplace_back(std::forward<VoiceEnhancementConfigsT>(value));
385 bool m_arnHasBeenSet =
false;
386 bool m_directoryUserIdHasBeenSet =
false;
387 bool m_hierarchyGroupIdHasBeenSet =
false;
388 bool m_idHasBeenSet =
false;
389 bool m_identityInfoHasBeenSet =
false;
390 bool m_phoneConfigHasBeenSet =
false;
391 bool m_routingProfileIdHasBeenSet =
false;
392 bool m_securityProfileIdsHasBeenSet =
false;
393 bool m_tagsHasBeenSet =
false;
394 bool m_usernameHasBeenSet =
false;
395 bool m_autoAcceptConfigsHasBeenSet =
false;
396 bool m_afterContactWorkConfigsHasBeenSet =
false;
397 bool m_phoneNumberConfigsHasBeenSet =
false;
398 bool m_persistentConnectionConfigsHasBeenSet =
false;
399 bool m_voiceEnhancementConfigsHasBeenSet =
false;
bool PersistentConnectionConfigsHasBeenSet() const
UserSearchSummary & AddAfterContactWorkConfigs(AfterContactWorkConfigsT &&value)
const Aws::Vector< Aws::String > & GetSecurityProfileIds() const
AWS_CONNECT_API UserSearchSummary()=default
void SetVoiceEnhancementConfigs(VoiceEnhancementConfigsT &&value)
bool RoutingProfileIdHasBeenSet() const
UserSearchSummary & WithAutoAcceptConfigs(AutoAcceptConfigsT &&value)
UserSearchSummary & WithDirectoryUserId(DirectoryUserIdT &&value)
UserSearchSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Vector< AutoAcceptConfig > & GetAutoAcceptConfigs() const
UserSearchSummary & AddAutoAcceptConfigs(AutoAcceptConfigsT &&value)
void SetPhoneNumberConfigs(PhoneNumberConfigsT &&value)
const UserIdentityInfoLite & GetIdentityInfo() const
UserSearchSummary & WithPhoneNumberConfigs(PhoneNumberConfigsT &&value)
const Aws::String & GetUsername() const
const Aws::Vector< PersistentConnectionConfig > & GetPersistentConnectionConfigs() const
UserSearchSummary & AddPersistentConnectionConfigs(PersistentConnectionConfigsT &&value)
bool AutoAcceptConfigsHasBeenSet() const
UserSearchSummary & WithVoiceEnhancementConfigs(VoiceEnhancementConfigsT &&value)
UserSearchSummary & AddVoiceEnhancementConfigs(VoiceEnhancementConfigsT &&value)
bool PhoneConfigHasBeenSet() const
bool VoiceEnhancementConfigsHasBeenSet() const
const Aws::String & GetId() const
UserSearchSummary & WithUsername(UsernameT &&value)
bool UsernameHasBeenSet() const
UserSearchSummary & AddSecurityProfileIds(SecurityProfileIdsT &&value)
AWS_CONNECT_API UserSearchSummary(Aws::Utils::Json::JsonView jsonValue)
void SetTags(TagsT &&value)
bool ArnHasBeenSet() const
UserSearchSummary & WithIdentityInfo(IdentityInfoT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
UserSearchSummary & WithAfterContactWorkConfigs(AfterContactWorkConfigsT &&value)
const Aws::Vector< VoiceEnhancementConfig > & GetVoiceEnhancementConfigs() const
void SetArn(ArnT &&value)
const Aws::String & GetRoutingProfileId() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
UserSearchSummary & WithArn(ArnT &&value)
void SetSecurityProfileIds(SecurityProfileIdsT &&value)
void SetRoutingProfileId(RoutingProfileIdT &&value)
bool IdHasBeenSet() const
bool IdentityInfoHasBeenSet() const
AWS_CONNECT_API UserSearchSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AfterContactWorkConfigsHasBeenSet() const
UserSearchSummary & WithTags(TagsT &&value)
UserSearchSummary & AddPhoneNumberConfigs(PhoneNumberConfigsT &&value)
UserSearchSummary & WithSecurityProfileIds(SecurityProfileIdsT &&value)
const Aws::String & GetHierarchyGroupId() const
bool HierarchyGroupIdHasBeenSet() const
const Aws::String & GetDirectoryUserId() const
const Aws::Vector< AfterContactWorkConfigPerChannel > & GetAfterContactWorkConfigs() const
bool TagsHasBeenSet() const
void SetAutoAcceptConfigs(AutoAcceptConfigsT &&value)
UserSearchSummary & WithPersistentConnectionConfigs(PersistentConnectionConfigsT &&value)
bool DirectoryUserIdHasBeenSet() const
UserSearchSummary & WithRoutingProfileId(RoutingProfileIdT &&value)
const Aws::String & GetArn() const
const Aws::Vector< PhoneNumberConfig > & GetPhoneNumberConfigs() const
void SetIdentityInfo(IdentityInfoT &&value)
UserSearchSummary & WithPhoneConfig(PhoneConfigT &&value)
void SetPhoneConfig(PhoneConfigT &&value)
void SetAfterContactWorkConfigs(AfterContactWorkConfigsT &&value)
void SetPersistentConnectionConfigs(PersistentConnectionConfigsT &&value)
void SetUsername(UsernameT &&value)
UserSearchSummary & WithId(IdT &&value)
UserSearchSummary & WithHierarchyGroupId(HierarchyGroupIdT &&value)
void SetHierarchyGroupId(HierarchyGroupIdT &&value)
const UserPhoneConfig & GetPhoneConfig() const
void SetDirectoryUserId(DirectoryUserIdT &&value)
bool PhoneNumberConfigsHasBeenSet() const
bool SecurityProfileIdsHasBeenSet() 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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue