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/MediaConcurrency.h>
45 template<
typename InstanceIdT = Aws::String>
46 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
47 template<
typename InstanceIdT = Aws::String>
57 template<
typename RoutingProfileIdT = Aws::String>
58 void SetRoutingProfileId(RoutingProfileIdT&& value) { m_routingProfileIdHasBeenSet =
true; m_routingProfileId = std::forward<RoutingProfileIdT>(value); }
59 template<
typename RoutingProfileIdT = Aws::String>
69 template<
typename MediaConcurrenciesT = Aws::Vector<MediaConcurrency>>
70 void SetMediaConcurrencies(MediaConcurrenciesT&& value) { m_mediaConcurrenciesHasBeenSet =
true; m_mediaConcurrencies = std::forward<MediaConcurrenciesT>(value); }
71 template<
typename MediaConcurrenciesT = Aws::Vector<MediaConcurrency>>
73 template<
typename MediaConcurrenciesT = MediaConcurrency>
79 bool m_instanceIdHasBeenSet =
false;
82 bool m_routingProfileIdHasBeenSet =
false;
85 bool m_mediaConcurrenciesHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetInstanceId(InstanceIdT &&value)
void SetMediaConcurrencies(MediaConcurrenciesT &&value)
void SetRoutingProfileId(RoutingProfileIdT &&value)
AWS_CONNECT_API UpdateRoutingProfileConcurrencyRequest()=default
bool RoutingProfileIdHasBeenSet() const
bool MediaConcurrenciesHasBeenSet() const
UpdateRoutingProfileConcurrencyRequest & WithRoutingProfileId(RoutingProfileIdT &&value)
const Aws::String & GetInstanceId() const
const Aws::Vector< MediaConcurrency > & GetMediaConcurrencies() const
AWS_CONNECT_API Aws::String SerializePayload() const override
UpdateRoutingProfileConcurrencyRequest & WithMediaConcurrencies(MediaConcurrenciesT &&value)
const Aws::String & GetRoutingProfileId() const
bool InstanceIdHasBeenSet() const
UpdateRoutingProfileConcurrencyRequest & AddMediaConcurrencies(MediaConcurrenciesT &&value)
UpdateRoutingProfileConcurrencyRequest & WithInstanceId(InstanceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector