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>
78 template <
typename UserProficienciesT = Aws::Vector<UserProficiency>>
80 m_userProficienciesHasBeenSet =
true;
81 m_userProficiencies = std::forward<UserProficienciesT>(value);
83 template <
typename UserProficienciesT = Aws::Vector<UserProficiency>>
88 template <
typename UserProficienciesT = UserProficiency>
90 m_userProficienciesHasBeenSet =
true;
91 m_userProficiencies.emplace_back(std::forward<UserProficienciesT>(value));
97 bool m_instanceIdHasBeenSet =
false;
100 bool m_userIdHasBeenSet =
false;
103 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