7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
37 template <
typename RoutingProfileIdT = Aws::String>
39 m_routingProfileIdHasBeenSet =
true;
40 m_routingProfileId = std::forward<RoutingProfileIdT>(value);
42 template <
typename RoutingProfileIdT = Aws::String>
55 template <
typename UserIdT = Aws::String>
57 m_userIdHasBeenSet =
true;
58 m_userId = std::forward<UserIdT>(value);
60 template <
typename UserIdT = Aws::String>
75 template <
typename InstanceIdT = Aws::String>
77 m_instanceIdHasBeenSet =
true;
78 m_instanceId = std::forward<InstanceIdT>(value);
80 template <
typename InstanceIdT = Aws::String>
88 bool m_routingProfileIdHasBeenSet =
false;
91 bool m_userIdHasBeenSet =
false;
94 bool m_instanceIdHasBeenSet =
false;
const Aws::String & GetRoutingProfileId() const
bool UserIdHasBeenSet() const
UpdateUserRoutingProfileRequest & WithUserId(UserIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetRoutingProfileId(RoutingProfileIdT &&value)
UpdateUserRoutingProfileRequest & WithRoutingProfileId(RoutingProfileIdT &&value)
AWS_CONNECT_API UpdateUserRoutingProfileRequest()=default
void SetUserId(UserIdT &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
const Aws::String & GetInstanceId() const
UpdateUserRoutingProfileRequest & WithInstanceId(InstanceIdT &&value)
const Aws::String & GetUserId() const
void SetInstanceId(InstanceIdT &&value)
bool InstanceIdHasBeenSet() const
bool RoutingProfileIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String