7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/ParticipantRole.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/connect/model/SearchContactsMatchType.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
61 template<
typename SearchTextT = Aws::Vector<Aws::String>>
62 void SetSearchText(SearchTextT&& value) { m_searchTextHasBeenSet =
true; m_searchText = std::forward<SearchTextT>(value); }
63 template<
typename SearchTextT = Aws::Vector<Aws::String>>
65 template<
typename SearchTextT = Aws::String>
66 TranscriptCriteria&
AddSearchText(SearchTextT&& value) { m_searchTextHasBeenSet =
true; m_searchText.emplace_back(std::forward<SearchTextT>(value));
return *
this; }
82 bool m_participantRoleHasBeenSet =
false;
85 bool m_searchTextHasBeenSet =
false;
88 bool m_matchTypeHasBeenSet =
false;
SearchContactsMatchType GetMatchType() const
void SetMatchType(SearchContactsMatchType value)
AWS_CONNECT_API TranscriptCriteria()=default
TranscriptCriteria & WithMatchType(SearchContactsMatchType value)
AWS_CONNECT_API TranscriptCriteria(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API TranscriptCriteria & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MatchTypeHasBeenSet() const
const Aws::Vector< Aws::String > & GetSearchText() const
TranscriptCriteria & WithParticipantRole(ParticipantRole value)
bool ParticipantRoleHasBeenSet() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
ParticipantRole GetParticipantRole() const
void SetSearchText(SearchTextT &&value)
void SetParticipantRole(ParticipantRole value)
TranscriptCriteria & WithSearchText(SearchTextT &&value)
TranscriptCriteria & AddSearchText(SearchTextT &&value)
bool SearchTextHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue