7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/RoutingCriteriaInput.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename InstanceIdT = Aws::String>
42 m_instanceIdHasBeenSet =
true;
43 m_instanceId = std::forward<InstanceIdT>(value);
45 template <
typename InstanceIdT = Aws::String>
58 template <
typename ContactIdT = Aws::String>
60 m_contactIdHasBeenSet =
true;
61 m_contactId = std::forward<ContactIdT>(value);
63 template <
typename ContactIdT = Aws::String>
80 m_queueTimeAdjustmentSecondsHasBeenSet =
true;
81 m_queueTimeAdjustmentSeconds = value;
98 m_queuePriorityHasBeenSet =
true;
99 m_queuePriority = value;
114 template <
typename RoutingCriteriaT = RoutingCriteriaInput>
116 m_routingCriteriaHasBeenSet =
true;
117 m_routingCriteria = std::forward<RoutingCriteriaT>(value);
119 template <
typename RoutingCriteriaT = RoutingCriteriaInput>
130 int m_queueTimeAdjustmentSeconds{0};
132 long long m_queuePriority{0};
134 RoutingCriteriaInput m_routingCriteria;
135 bool m_instanceIdHasBeenSet =
false;
136 bool m_contactIdHasBeenSet =
false;
137 bool m_queueTimeAdjustmentSecondsHasBeenSet =
false;
138 bool m_queuePriorityHasBeenSet =
false;
139 bool m_routingCriteriaHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String