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/connect/model/OutboundCallerConfig.h>
11#include <aws/connect/model/OutboundEmailConfig.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
47 template<
typename InstanceIdT = Aws::String>
48 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
49 template<
typename InstanceIdT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
71 template<
typename DescriptionT = Aws::String>
72 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
73 template<
typename DescriptionT = Aws::String>
83 template<
typename OutboundCallerConfigT = OutboundCallerConfig>
84 void SetOutboundCallerConfig(OutboundCallerConfigT&& value) { m_outboundCallerConfigHasBeenSet =
true; m_outboundCallerConfig = std::forward<OutboundCallerConfigT>(value); }
85 template<
typename OutboundCallerConfigT = OutboundCallerConfig>
95 template<
typename OutboundEmailConfigT = OutboundEmailConfig>
96 void SetOutboundEmailConfig(OutboundEmailConfigT&& value) { m_outboundEmailConfigHasBeenSet =
true; m_outboundEmailConfig = std::forward<OutboundEmailConfigT>(value); }
97 template<
typename OutboundEmailConfigT = OutboundEmailConfig>
107 template<
typename HoursOfOperationIdT = Aws::String>
108 void SetHoursOfOperationId(HoursOfOperationIdT&& value) { m_hoursOfOperationIdHasBeenSet =
true; m_hoursOfOperationId = std::forward<HoursOfOperationIdT>(value); }
109 template<
typename HoursOfOperationIdT = Aws::String>
120 inline void SetMaxContacts(
int value) { m_maxContactsHasBeenSet =
true; m_maxContacts = value; }
130 template<
typename QuickConnectIdsT = Aws::Vector<Aws::String>>
131 void SetQuickConnectIds(QuickConnectIdsT&& value) { m_quickConnectIdsHasBeenSet =
true; m_quickConnectIds = std::forward<QuickConnectIdsT>(value); }
132 template<
typename QuickConnectIdsT = Aws::Vector<Aws::String>>
134 template<
typename QuickConnectIdsT = Aws::String>
145 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
146 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
147 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
149 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
151 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
157 bool m_instanceIdHasBeenSet =
false;
160 bool m_nameHasBeenSet =
false;
163 bool m_descriptionHasBeenSet =
false;
166 bool m_outboundCallerConfigHasBeenSet =
false;
169 bool m_outboundEmailConfigHasBeenSet =
false;
172 bool m_hoursOfOperationIdHasBeenSet =
false;
174 int m_maxContacts{0};
175 bool m_maxContactsHasBeenSet =
false;
178 bool m_quickConnectIdsHasBeenSet =
false;
181 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