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>
46 inline void SetInstanceId(
const char* value) { m_instanceIdHasBeenSet =
true; m_instanceId.assign(value); }
60 inline void SetUserId(
const char* value) { m_userIdHasBeenSet =
true; m_userId.assign(value); }
82 bool m_instanceIdHasBeenSet =
false;
85 bool m_userIdHasBeenSet =
false;
88 bool m_userProficienciesHasBeenSet =
false;
AssociateUserProficienciesRequest & WithInstanceId(Aws::String &&value)
void SetUserId(const Aws::String &value)
bool InstanceIdHasBeenSet() const
bool UserIdHasBeenSet() const
AssociateUserProficienciesRequest & WithInstanceId(const Aws::String &value)
const Aws::String & GetInstanceId() const
AssociateUserProficienciesRequest & WithInstanceId(const char *value)
AssociateUserProficienciesRequest & WithUserProficiencies(Aws::Vector< UserProficiency > &&value)
AssociateUserProficienciesRequest & AddUserProficiencies(UserProficiency &&value)
void SetUserProficiencies(const Aws::Vector< UserProficiency > &value)
bool UserProficienciesHasBeenSet() const
void SetUserId(const char *value)
AssociateUserProficienciesRequest & WithUserId(const Aws::String &value)
AssociateUserProficienciesRequest & AddUserProficiencies(const UserProficiency &value)
AssociateUserProficienciesRequest & WithUserId(const char *value)
AssociateUserProficienciesRequest & WithUserProficiencies(const Aws::Vector< UserProficiency > &value)
virtual const char * GetServiceRequestName() const override
AWS_CONNECT_API Aws::String SerializePayload() const override
AssociateUserProficienciesRequest & WithUserId(Aws::String &&value)
AWS_CONNECT_API AssociateUserProficienciesRequest()
void SetUserProficiencies(Aws::Vector< UserProficiency > &&value)
void SetInstanceId(Aws::String &&value)
void SetInstanceId(const Aws::String &value)
void SetUserId(Aws::String &&value)
void SetInstanceId(const char *value)
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