7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/EmailAddressConfig.h>
10#include <aws/connect/model/OutboundCallerConfig.h>
11#include <aws/connect/model/OutboundEmailConfig.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
44 template <
typename InstanceIdT = Aws::String>
46 m_instanceIdHasBeenSet =
true;
47 m_instanceId = std::forward<InstanceIdT>(value);
49 template <
typename InstanceIdT = Aws::String>
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
80 template <
typename DescriptionT = Aws::String>
82 m_descriptionHasBeenSet =
true;
83 m_description = std::forward<DescriptionT>(value);
85 template <
typename DescriptionT = Aws::String>
98 template <
typename OutboundCallerConfigT = OutboundCallerConfig>
100 m_outboundCallerConfigHasBeenSet =
true;
101 m_outboundCallerConfig = std::forward<OutboundCallerConfigT>(value);
103 template <
typename OutboundCallerConfigT = OutboundCallerConfig>
116 template <
typename OutboundEmailConfigT = OutboundEmailConfig>
118 m_outboundEmailConfigHasBeenSet =
true;
119 m_outboundEmailConfig = std::forward<OutboundEmailConfigT>(value);
121 template <
typename OutboundEmailConfigT = OutboundEmailConfig>
134 template <
typename HoursOfOperationIdT = Aws::String>
136 m_hoursOfOperationIdHasBeenSet =
true;
137 m_hoursOfOperationId = std::forward<HoursOfOperationIdT>(value);
139 template <
typename HoursOfOperationIdT = Aws::String>
154 m_maxContactsHasBeenSet =
true;
155 m_maxContacts = value;
169 template <
typename QuickConnectIdsT = Aws::Vector<Aws::String>>
171 m_quickConnectIdsHasBeenSet =
true;
172 m_quickConnectIds = std::forward<QuickConnectIdsT>(value);
174 template <
typename QuickConnectIdsT = Aws::Vector<Aws::String>>
179 template <
typename QuickConnectIdsT = Aws::String>
181 m_quickConnectIdsHasBeenSet =
true;
182 m_quickConnectIds.emplace_back(std::forward<QuickConnectIdsT>(value));
195 template <
typename EmailAddressesConfigT = Aws::Vector<EmailAddressConfig>>
197 m_emailAddressesConfigHasBeenSet =
true;
198 m_emailAddressesConfig = std::forward<EmailAddressesConfigT>(value);
200 template <
typename EmailAddressesConfigT = Aws::Vector<EmailAddressConfig>>
205 template <
typename EmailAddressesConfigT = EmailAddressConfig>
207 m_emailAddressesConfigHasBeenSet =
true;
208 m_emailAddressesConfig.emplace_back(std::forward<EmailAddressesConfigT>(value));
220 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
222 m_tagsHasBeenSet =
true;
223 m_tags = std::forward<TagsT>(value);
225 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
227 SetTags(std::forward<TagsT>(value));
230 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
232 m_tagsHasBeenSet =
true;
233 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
250 int m_maxContacts{0};
257 bool m_instanceIdHasBeenSet =
false;
258 bool m_nameHasBeenSet =
false;
259 bool m_descriptionHasBeenSet =
false;
260 bool m_outboundCallerConfigHasBeenSet =
false;
261 bool m_outboundEmailConfigHasBeenSet =
false;
262 bool m_hoursOfOperationIdHasBeenSet =
false;
263 bool m_maxContactsHasBeenSet =
false;
264 bool m_quickConnectIdsHasBeenSet =
false;
265 bool m_emailAddressesConfigHasBeenSet =
false;
266 bool m_tagsHasBeenSet =
false;
CreateQueueRequest & WithOutboundCallerConfig(OutboundCallerConfigT &&value)
CreateQueueRequest & WithTags(TagsT &&value)
void SetOutboundEmailConfig(OutboundEmailConfigT &&value)
CreateQueueRequest & WithDescription(DescriptionT &&value)
const Aws::Vector< Aws::String > & GetQuickConnectIds() const
bool EmailAddressesConfigHasBeenSet() const
bool OutboundEmailConfigHasBeenSet() const
bool MaxContactsHasBeenSet() const
const Aws::String & GetHoursOfOperationId() const
CreateQueueRequest & WithQuickConnectIds(QuickConnectIdsT &&value)
CreateQueueRequest & WithInstanceId(InstanceIdT &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
CreateQueueRequest & WithName(NameT &&value)
CreateQueueRequest & WithEmailAddressesConfig(EmailAddressesConfigT &&value)
const OutboundCallerConfig & GetOutboundCallerConfig() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateQueueRequest & WithHoursOfOperationId(HoursOfOperationIdT &&value)
const Aws::String & GetInstanceId() const
CreateQueueRequest & AddEmailAddressesConfig(EmailAddressesConfigT &&value)
CreateQueueRequest & WithMaxContacts(int value)
void SetQuickConnectIds(QuickConnectIdsT &&value)
bool QuickConnectIdsHasBeenSet() const
bool InstanceIdHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetOutboundCallerConfig(OutboundCallerConfigT &&value)
bool HoursOfOperationIdHasBeenSet() const
void SetHoursOfOperationId(HoursOfOperationIdT &&value)
void SetInstanceId(InstanceIdT &&value)
bool OutboundCallerConfigHasBeenSet() const
void SetEmailAddressesConfig(EmailAddressesConfigT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
bool TagsHasBeenSet() const
AWS_CONNECT_API CreateQueueRequest()=default
void SetTags(TagsT &&value)
const Aws::Vector< EmailAddressConfig > & GetEmailAddressesConfig() const
CreateQueueRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetDescription() const
const OutboundEmailConfig & GetOutboundEmailConfig() const
void SetName(NameT &&value)
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
CreateQueueRequest & AddQuickConnectIds(QuickConnectIdsT &&value)
CreateQueueRequest & WithOutboundEmailConfig(OutboundEmailConfigT &&value)
void SetMaxContacts(int value)
int GetMaxContacts() const
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