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>
68 template<
typename UserProficienciesT = Aws::Vector<UserProficiency>>
69 void SetUserProficiencies(UserProficienciesT&& value) { m_userProficienciesHasBeenSet =
true; m_userProficiencies = std::forward<UserProficienciesT>(value); }
70 template<
typename UserProficienciesT = Aws::Vector<UserProficiency>>
72 template<
typename UserProficienciesT = UserProficiency>
78 bool m_instanceIdHasBeenSet =
false;
81 bool m_userIdHasBeenSet =
false;
84 bool m_userProficienciesHasBeenSet =
false;
void SetInstanceId(InstanceIdT &&value)
bool InstanceIdHasBeenSet() const
void SetUserId(UserIdT &&value)
bool UserIdHasBeenSet() const
const Aws::String & GetInstanceId() const
void SetUserProficiencies(UserProficienciesT &&value)
bool UserProficienciesHasBeenSet() const
AssociateUserProficienciesRequest & WithInstanceId(InstanceIdT &&value)
AssociateUserProficienciesRequest & AddUserProficiencies(UserProficienciesT &&value)
AssociateUserProficienciesRequest & WithUserProficiencies(UserProficienciesT &&value)
virtual const char * GetServiceRequestName() const override
AssociateUserProficienciesRequest & WithUserId(UserIdT &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
AWS_CONNECT_API AssociateUserProficienciesRequest()=default
const Aws::String & GetUserId() const
const Aws::Vector< UserProficiency > & GetUserProficiencies() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector