7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/OutboundCallerConfig.h>
10#include <aws/connect/model/OutboundEmailConfig.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename InstanceIdT = Aws::String>
45 m_instanceIdHasBeenSet =
true;
46 m_instanceId = std::forward<InstanceIdT>(value);
48 template <
typename InstanceIdT = Aws::String>
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
97 template <
typename OutboundCallerConfigT = OutboundCallerConfig>
99 m_outboundCallerConfigHasBeenSet =
true;
100 m_outboundCallerConfig = std::forward<OutboundCallerConfigT>(value);
102 template <
typename OutboundCallerConfigT = OutboundCallerConfig>
115 template <
typename OutboundEmailConfigT = OutboundEmailConfig>
117 m_outboundEmailConfigHasBeenSet =
true;
118 m_outboundEmailConfig = std::forward<OutboundEmailConfigT>(value);
120 template <
typename OutboundEmailConfigT = OutboundEmailConfig>
133 template <
typename HoursOfOperationIdT = Aws::String>
135 m_hoursOfOperationIdHasBeenSet =
true;
136 m_hoursOfOperationId = std::forward<HoursOfOperationIdT>(value);
138 template <
typename HoursOfOperationIdT = Aws::String>
153 m_maxContactsHasBeenSet =
true;
154 m_maxContacts = value;
168 template <
typename QuickConnectIdsT = Aws::Vector<Aws::String>>
170 m_quickConnectIdsHasBeenSet =
true;
171 m_quickConnectIds = std::forward<QuickConnectIdsT>(value);
173 template <
typename QuickConnectIdsT = Aws::Vector<Aws::String>>
178 template <
typename QuickConnectIdsT = Aws::String>
180 m_quickConnectIdsHasBeenSet =
true;
181 m_quickConnectIds.emplace_back(std::forward<QuickConnectIdsT>(value));
193 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
195 m_tagsHasBeenSet =
true;
196 m_tags = std::forward<TagsT>(value);
198 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
200 SetTags(std::forward<TagsT>(value));
203 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
205 m_tagsHasBeenSet =
true;
206 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
223 int m_maxContacts{0};
228 bool m_instanceIdHasBeenSet =
false;
229 bool m_nameHasBeenSet =
false;
230 bool m_descriptionHasBeenSet =
false;
231 bool m_outboundCallerConfigHasBeenSet =
false;
232 bool m_outboundEmailConfigHasBeenSet =
false;
233 bool m_hoursOfOperationIdHasBeenSet =
false;
234 bool m_maxContactsHasBeenSet =
false;
235 bool m_quickConnectIdsHasBeenSet =
false;
236 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 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)
const OutboundCallerConfig & GetOutboundCallerConfig() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateQueueRequest & WithHoursOfOperationId(HoursOfOperationIdT &&value)
const Aws::String & GetInstanceId() const
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
bool NameHasBeenSet() const
const Aws::String & GetName() const
bool TagsHasBeenSet() const
AWS_CONNECT_API CreateQueueRequest()=default
void SetTags(TagsT &&value)
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