7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/RoutingProfileQueueConfig.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
41 template <
typename InstanceIdT = Aws::String>
43 m_instanceIdHasBeenSet =
true;
44 m_instanceId = std::forward<InstanceIdT>(value);
46 template <
typename InstanceIdT = Aws::String>
59 template <
typename RoutingProfileIdT = Aws::String>
61 m_routingProfileIdHasBeenSet =
true;
62 m_routingProfileId = std::forward<RoutingProfileIdT>(value);
64 template <
typename RoutingProfileIdT = Aws::String>
79 template <
typename QueueConfigsT = Aws::Vector<RoutingProfileQueueConfig>>
81 m_queueConfigsHasBeenSet =
true;
82 m_queueConfigs = std::forward<QueueConfigsT>(value);
84 template <
typename QueueConfigsT = Aws::Vector<RoutingProfileQueueConfig>>
89 template <
typename QueueConfigsT = RoutingProfileQueueConfig>
91 m_queueConfigsHasBeenSet =
true;
92 m_queueConfigs.emplace_back(std::forward<QueueConfigsT>(value));
102 bool m_instanceIdHasBeenSet =
false;
103 bool m_routingProfileIdHasBeenSet =
false;
104 bool m_queueConfigsHasBeenSet =
false;
UpdateRoutingProfileQueuesRequest & AddQueueConfigs(QueueConfigsT &&value)
UpdateRoutingProfileQueuesRequest & WithQueueConfigs(QueueConfigsT &&value)
bool InstanceIdHasBeenSet() const
AWS_CONNECT_API UpdateRoutingProfileQueuesRequest()=default
const Aws::Vector< RoutingProfileQueueConfig > & GetQueueConfigs() const
void SetQueueConfigs(QueueConfigsT &&value)
UpdateRoutingProfileQueuesRequest & WithInstanceId(InstanceIdT &&value)
bool QueueConfigsHasBeenSet() const
bool RoutingProfileIdHasBeenSet() const
const Aws::String & GetRoutingProfileId() const
void SetRoutingProfileId(RoutingProfileIdT &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
UpdateRoutingProfileQueuesRequest & WithRoutingProfileId(RoutingProfileIdT &&value)
void SetInstanceId(InstanceIdT &&value)
const Aws::String & GetInstanceId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector