7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/SearchContactsTimeRange.h>
10#include <aws/connect/model/SearchCriteria.h>
11#include <aws/connect/model/Sort.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename InstanceIdT = Aws::String>
43 m_instanceIdHasBeenSet =
true;
44 m_instanceId = std::forward<InstanceIdT>(value);
46 template <
typename InstanceIdT = Aws::String>
59 template <
typename TimeRangeT = SearchContactsTimeRange>
61 m_timeRangeHasBeenSet =
true;
62 m_timeRange = std::forward<TimeRangeT>(value);
64 template <
typename TimeRangeT = SearchContactsTimeRange>
77 template <
typename SearchCriteriaT = SearchCriteria>
79 m_searchCriteriaHasBeenSet =
true;
80 m_searchCriteria = std::forward<SearchCriteriaT>(value);
82 template <
typename SearchCriteriaT = SearchCriteria>
96 m_maxResultsHasBeenSet =
true;
112 template <
typename NextTokenT = Aws::String>
114 m_nextTokenHasBeenSet =
true;
115 m_nextToken = std::forward<NextTokenT>(value);
117 template <
typename NextTokenT = Aws::String>
130 template <
typename SortT = Sort>
132 m_sortHasBeenSet =
true;
133 m_sort = std::forward<SortT>(value);
135 template <
typename SortT = Sort>
137 SetSort(std::forward<SortT>(value));
143 bool m_instanceIdHasBeenSet =
false;
146 bool m_timeRangeHasBeenSet =
false;
149 bool m_searchCriteriaHasBeenSet =
false;
152 bool m_maxResultsHasBeenSet =
false;
155 bool m_nextTokenHasBeenSet =
false;
158 bool m_sortHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String