7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/UserProficiency.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
40 template <
typename InstanceIdT = Aws::String>
42 m_instanceIdHasBeenSet =
true;
43 m_instanceId = std::forward<InstanceIdT>(value);
45 template <
typename InstanceIdT = Aws::String>
58 template <
typename UserIdT = Aws::String>
60 m_userIdHasBeenSet =
true;
61 m_userId = std::forward<UserIdT>(value);
63 template <
typename UserIdT = Aws::String>
76 template <
typename UserProficienciesT = Aws::Vector<UserProficiency>>
78 m_userProficienciesHasBeenSet =
true;
79 m_userProficiencies = std::forward<UserProficienciesT>(value);
81 template <
typename UserProficienciesT = Aws::Vector<UserProficiency>>
86 template <
typename UserProficienciesT = UserProficiency>
88 m_userProficienciesHasBeenSet =
true;
89 m_userProficiencies.emplace_back(std::forward<UserProficienciesT>(value));
95 bool m_instanceIdHasBeenSet =
false;
98 bool m_userIdHasBeenSet =
false;
101 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