7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/SearchContactsMatchType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename SearchTextT = Aws::Vector<Aws::String>>
44 m_searchTextHasBeenSet =
true;
45 m_searchText = std::forward<SearchTextT>(value);
47 template <
typename SearchTextT = Aws::Vector<Aws::String>>
52 template <
typename SearchTextT = Aws::String>
54 m_searchTextHasBeenSet =
true;
55 m_searchText.emplace_back(std::forward<SearchTextT>(value));
68 m_matchTypeHasBeenSet =
true;
80 bool m_searchTextHasBeenSet =
false;
81 bool m_matchTypeHasBeenSet =
false;
bool SearchTextHasBeenSet() const
NameCriteria & WithSearchText(SearchTextT &&value)
AWS_CONNECT_API NameCriteria()=default
void SetMatchType(SearchContactsMatchType value)
NameCriteria & AddSearchText(SearchTextT &&value)
void SetSearchText(SearchTextT &&value)
NameCriteria & WithMatchType(SearchContactsMatchType value)
SearchContactsMatchType GetMatchType() const
bool MatchTypeHasBeenSet() const
const Aws::Vector< Aws::String > & GetSearchText() const
AWS_CONNECT_API NameCriteria(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API NameCriteria & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue