7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/ContactSearchSummary.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ContactsT = Aws::Vector<ContactSearchSummary>>
38 m_contactsHasBeenSet =
true;
39 m_contacts = std::forward<ContactsT>(value);
41 template <
typename ContactsT = Aws::Vector<ContactSearchSummary>>
46 template <
typename ContactsT = ContactSearchSummary>
48 m_contactsHasBeenSet =
true;
49 m_contacts.emplace_back(std::forward<ContactsT>(value));
60 template <
typename NextTokenT = Aws::String>
62 m_nextTokenHasBeenSet =
true;
63 m_nextToken = std::forward<NextTokenT>(value);
65 template <
typename NextTokenT = Aws::String>
78 m_totalCountHasBeenSet =
true;
90 template <
typename RequestIdT = Aws::String>
92 m_requestIdHasBeenSet =
true;
93 m_requestId = std::forward<RequestIdT>(value);
95 template <
typename RequestIdT = Aws::String>
106 long long m_totalCount{0};
109 bool m_contactsHasBeenSet =
false;
110 bool m_nextTokenHasBeenSet =
false;
111 bool m_totalCountHasBeenSet =
false;
112 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue