7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/UserIdentityInfoLite.h>
10#include <aws/connect/model/UserPhoneConfig.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
50 template<
typename ArnT = Aws::String>
51 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
52 template<
typename ArnT = Aws::String>
62 template<
typename DirectoryUserIdT = Aws::String>
63 void SetDirectoryUserId(DirectoryUserIdT&& value) { m_directoryUserIdHasBeenSet =
true; m_directoryUserId = std::forward<DirectoryUserIdT>(value); }
64 template<
typename DirectoryUserIdT = Aws::String>
74 template<
typename HierarchyGroupIdT = Aws::String>
75 void SetHierarchyGroupId(HierarchyGroupIdT&& value) { m_hierarchyGroupIdHasBeenSet =
true; m_hierarchyGroupId = std::forward<HierarchyGroupIdT>(value); }
76 template<
typename HierarchyGroupIdT = Aws::String>
86 template<
typename IdT = Aws::String>
87 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
88 template<
typename IdT = Aws::String>
98 template<
typename IdentityInfoT = UserIdentityInfoLite>
99 void SetIdentityInfo(IdentityInfoT&& value) { m_identityInfoHasBeenSet =
true; m_identityInfo = std::forward<IdentityInfoT>(value); }
100 template<
typename IdentityInfoT = UserIdentityInfoLite>
108 template<
typename PhoneConfigT = UserPhoneConfig>
109 void SetPhoneConfig(PhoneConfigT&& value) { m_phoneConfigHasBeenSet =
true; m_phoneConfig = std::forward<PhoneConfigT>(value); }
110 template<
typename PhoneConfigT = UserPhoneConfig>
120 template<
typename RoutingProfileIdT = Aws::String>
121 void SetRoutingProfileId(RoutingProfileIdT&& value) { m_routingProfileIdHasBeenSet =
true; m_routingProfileId = std::forward<RoutingProfileIdT>(value); }
122 template<
typename RoutingProfileIdT = Aws::String>
132 template<
typename SecurityProfileIdsT = Aws::Vector<Aws::String>>
133 void SetSecurityProfileIds(SecurityProfileIdsT&& value) { m_securityProfileIdsHasBeenSet =
true; m_securityProfileIds = std::forward<SecurityProfileIdsT>(value); }
134 template<
typename SecurityProfileIdsT = Aws::Vector<Aws::String>>
136 template<
typename SecurityProfileIdsT = Aws::String>
137 UserSearchSummary&
AddSecurityProfileIds(SecurityProfileIdsT&& value) { m_securityProfileIdsHasBeenSet =
true; m_securityProfileIds.emplace_back(std::forward<SecurityProfileIdsT>(value));
return *
this; }
147 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
148 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
149 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
151 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
153 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
163 template<
typename UsernameT = Aws::String>
164 void SetUsername(UsernameT&& value) { m_usernameHasBeenSet =
true; m_username = std::forward<UsernameT>(value); }
165 template<
typename UsernameT = Aws::String>
171 bool m_arnHasBeenSet =
false;
174 bool m_directoryUserIdHasBeenSet =
false;
177 bool m_hierarchyGroupIdHasBeenSet =
false;
180 bool m_idHasBeenSet =
false;
183 bool m_identityInfoHasBeenSet =
false;
186 bool m_phoneConfigHasBeenSet =
false;
189 bool m_routingProfileIdHasBeenSet =
false;
192 bool m_securityProfileIdsHasBeenSet =
false;
195 bool m_tagsHasBeenSet =
false;
198 bool m_usernameHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetSecurityProfileIds() const
AWS_CONNECT_API UserSearchSummary()=default
bool RoutingProfileIdHasBeenSet() const
UserSearchSummary & WithDirectoryUserId(DirectoryUserIdT &&value)
UserSearchSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
const UserIdentityInfoLite & GetIdentityInfo() const
const Aws::String & GetUsername() const
bool PhoneConfigHasBeenSet() 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
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)
UserSearchSummary & WithTags(TagsT &&value)
UserSearchSummary & WithSecurityProfileIds(SecurityProfileIdsT &&value)
const Aws::String & GetHierarchyGroupId() const
bool HierarchyGroupIdHasBeenSet() const
const Aws::String & GetDirectoryUserId() const
bool TagsHasBeenSet() const
bool DirectoryUserIdHasBeenSet() const
UserSearchSummary & WithRoutingProfileId(RoutingProfileIdT &&value)
const Aws::String & GetArn() const
void SetIdentityInfo(IdentityInfoT &&value)
UserSearchSummary & WithPhoneConfig(PhoneConfigT &&value)
void SetPhoneConfig(PhoneConfigT &&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 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