7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/UserProficiencyDisassociate.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<UserProficiencyDisassociate>>
78 m_userProficienciesHasBeenSet =
true;
79 m_userProficiencies = std::forward<UserProficienciesT>(value);
81 template <
typename UserProficienciesT = Aws::Vector<UserProficiencyDisassociate>>
86 template <
typename UserProficienciesT = UserProficiencyDisassociate>
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;
DisassociateUserProficienciesRequest & WithUserId(UserIdT &&value)
DisassociateUserProficienciesRequest & WithInstanceId(InstanceIdT &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool UserProficienciesHasBeenSet() const
void SetInstanceId(InstanceIdT &&value)
DisassociateUserProficienciesRequest & WithUserProficiencies(UserProficienciesT &&value)
bool UserIdHasBeenSet() const
DisassociateUserProficienciesRequest & AddUserProficiencies(UserProficienciesT &&value)
const Aws::Vector< UserProficiencyDisassociate > & GetUserProficiencies() const
void SetUserProficiencies(UserProficienciesT &&value)
AWS_CONNECT_API DisassociateUserProficienciesRequest()=default
const Aws::String & GetUserId() const
bool InstanceIdHasBeenSet() const
const Aws::String & GetInstanceId() const
void SetUserId(UserIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector