7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/AgentAvailabilityTimer.h>
10#include <aws/connect/model/MediaConcurrency.h>
11#include <aws/connect/model/RoutingProfileManualAssignmentQueueConfig.h>
12#include <aws/connect/model/RoutingProfileQueueConfig.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/core/utils/memory/stl/AWSString.h>
15#include <aws/core/utils/memory/stl/AWSVector.h>
45 template <
typename InstanceIdT = Aws::String>
47 m_instanceIdHasBeenSet =
true;
48 m_instanceId = std::forward<InstanceIdT>(value);
50 template <
typename InstanceIdT = Aws::String>
63 template <
typename NameT = Aws::String>
65 m_nameHasBeenSet =
true;
66 m_name = std::forward<NameT>(value);
68 template <
typename NameT = Aws::String>
70 SetName(std::forward<NameT>(value));
81 template <
typename DescriptionT = Aws::String>
83 m_descriptionHasBeenSet =
true;
84 m_description = std::forward<DescriptionT>(value);
86 template <
typename DescriptionT = Aws::String>
99 template <
typename DefaultOutboundQueueIdT = Aws::String>
101 m_defaultOutboundQueueIdHasBeenSet =
true;
102 m_defaultOutboundQueueId = std::forward<DefaultOutboundQueueIdT>(value);
104 template <
typename DefaultOutboundQueueIdT = Aws::String>
124 template <
typename QueueConfigsT = Aws::Vector<RoutingProfileQueueConfig>>
126 m_queueConfigsHasBeenSet =
true;
127 m_queueConfigs = std::forward<QueueConfigsT>(value);
129 template <
typename QueueConfigsT = Aws::Vector<RoutingProfileQueueConfig>>
134 template <
typename QueueConfigsT = RoutingProfileQueueConfig>
136 m_queueConfigsHasBeenSet =
true;
137 m_queueConfigs.emplace_back(std::forward<QueueConfigsT>(value));
154 return m_manualAssignmentQueueConfigs;
157 template <
typename ManualAssignmentQueueConfigsT = Aws::Vector<RoutingProfileManualAssignmentQueueConfig>>
159 m_manualAssignmentQueueConfigsHasBeenSet =
true;
160 m_manualAssignmentQueueConfigs = std::forward<ManualAssignmentQueueConfigsT>(value);
162 template <
typename ManualAssignmentQueueConfigsT = Aws::Vector<RoutingProfileManualAssignmentQueueConfig>>
167 template <
typename ManualAssignmentQueueConfigsT = RoutingProfileManualAssignmentQueueConfig>
169 m_manualAssignmentQueueConfigsHasBeenSet =
true;
170 m_manualAssignmentQueueConfigs.emplace_back(std::forward<ManualAssignmentQueueConfigsT>(value));
182 template <
typename MediaConcurrenciesT = Aws::Vector<MediaConcurrency>>
184 m_mediaConcurrenciesHasBeenSet =
true;
185 m_mediaConcurrencies = std::forward<MediaConcurrenciesT>(value);
187 template <
typename MediaConcurrenciesT = Aws::Vector<MediaConcurrency>>
192 template <
typename MediaConcurrenciesT = MediaConcurrency>
194 m_mediaConcurrenciesHasBeenSet =
true;
195 m_mediaConcurrencies.emplace_back(std::forward<MediaConcurrenciesT>(value));
207 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
209 m_tagsHasBeenSet =
true;
210 m_tags = std::forward<TagsT>(value);
212 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
214 SetTags(std::forward<TagsT>(value));
217 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
219 m_tagsHasBeenSet =
true;
220 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
234 m_agentAvailabilityTimerHasBeenSet =
true;
235 m_agentAvailabilityTimer = value;
260 bool m_instanceIdHasBeenSet =
false;
261 bool m_nameHasBeenSet =
false;
262 bool m_descriptionHasBeenSet =
false;
263 bool m_defaultOutboundQueueIdHasBeenSet =
false;
264 bool m_queueConfigsHasBeenSet =
false;
265 bool m_manualAssignmentQueueConfigsHasBeenSet =
false;
266 bool m_mediaConcurrenciesHasBeenSet =
false;
267 bool m_tagsHasBeenSet =
false;
268 bool m_agentAvailabilityTimerHasBeenSet =
false;
void SetAgentAvailabilityTimer(AgentAvailabilityTimer value)
bool ManualAssignmentQueueConfigsHasBeenSet() const
AgentAvailabilityTimer GetAgentAvailabilityTimer() const
CreateRoutingProfileRequest & WithTags(TagsT &&value)
bool QueueConfigsHasBeenSet() const
bool MediaConcurrenciesHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetInstanceId() const
CreateRoutingProfileRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool AgentAvailabilityTimerHasBeenSet() const
CreateRoutingProfileRequest & WithAgentAvailabilityTimer(AgentAvailabilityTimer value)
bool DefaultOutboundQueueIdHasBeenSet() const
void SetManualAssignmentQueueConfigs(ManualAssignmentQueueConfigsT &&value)
CreateRoutingProfileRequest & AddMediaConcurrencies(MediaConcurrenciesT &&value)
void SetDefaultOutboundQueueId(DefaultOutboundQueueIdT &&value)
const Aws::Vector< RoutingProfileManualAssignmentQueueConfig > & GetManualAssignmentQueueConfigs() const
void SetInstanceId(InstanceIdT &&value)
virtual const char * GetServiceRequestName() const override
CreateRoutingProfileRequest & WithDefaultOutboundQueueId(DefaultOutboundQueueIdT &&value)
const Aws::String & GetDescription() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetMediaConcurrencies(MediaConcurrenciesT &&value)
void SetTags(TagsT &&value)
CreateRoutingProfileRequest & WithQueueConfigs(QueueConfigsT &&value)
bool NameHasBeenSet() const
bool InstanceIdHasBeenSet() const
const Aws::String & GetDefaultOutboundQueueId() const
const Aws::Vector< RoutingProfileQueueConfig > & GetQueueConfigs() const
CreateRoutingProfileRequest & AddManualAssignmentQueueConfigs(ManualAssignmentQueueConfigsT &&value)
AWS_CONNECT_API CreateRoutingProfileRequest()=default
bool TagsHasBeenSet() const
void SetQueueConfigs(QueueConfigsT &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
CreateRoutingProfileRequest & WithMediaConcurrencies(MediaConcurrenciesT &&value)
const Aws::Vector< MediaConcurrency > & GetMediaConcurrencies() const
void SetDescription(DescriptionT &&value)
CreateRoutingProfileRequest & WithManualAssignmentQueueConfigs(ManualAssignmentQueueConfigsT &&value)
CreateRoutingProfileRequest & WithInstanceId(InstanceIdT &&value)
CreateRoutingProfileRequest & WithName(NameT &&value)
CreateRoutingProfileRequest & AddQueueConfigs(QueueConfigsT &&value)
bool DescriptionHasBeenSet() const
CreateRoutingProfileRequest & WithDescription(DescriptionT &&value)
void SetName(NameT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector