7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/ConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/connect/model/UserProficiency.h>
44 template<
typename InstanceIdT = Aws::String>
45 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
46 template<
typename InstanceIdT = Aws::String>
56 template<
typename UserIdT = Aws::String>
57 void SetUserId(UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
58 template<
typename UserIdT = Aws::String>
70 template<
typename UserProficienciesT = Aws::Vector<UserProficiency>>
71 void SetUserProficiencies(UserProficienciesT&& value) { m_userProficienciesHasBeenSet =
true; m_userProficiencies = std::forward<UserProficienciesT>(value); }
72 template<
typename UserProficienciesT = Aws::Vector<UserProficiency>>
74 template<
typename UserProficienciesT = UserProficiency>
80 bool m_instanceIdHasBeenSet =
false;
83 bool m_userIdHasBeenSet =
false;
86 bool m_userProficienciesHasBeenSet =
false;
const Aws::String & GetUserId() const
const Aws::String & GetInstanceId() const
AWS_CONNECT_API Aws::String SerializePayload() const override
void SetUserProficiencies(UserProficienciesT &&value)
void SetUserId(UserIdT &&value)
bool InstanceIdHasBeenSet() const
bool UserProficienciesHasBeenSet() const
UpdateUserProficienciesRequest & WithUserId(UserIdT &&value)
UpdateUserProficienciesRequest & WithInstanceId(InstanceIdT &&value)
const Aws::Vector< UserProficiency > & GetUserProficiencies() const
UpdateUserProficienciesRequest & WithUserProficiencies(UserProficienciesT &&value)
UpdateUserProficienciesRequest & AddUserProficiencies(UserProficienciesT &&value)
bool UserIdHasBeenSet() const
AWS_CONNECT_API UpdateUserProficienciesRequest()=default
void SetInstanceId(InstanceIdT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector