7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/ParticipantRole.h>
9#include <aws/connect/model/SearchContactsMatchType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
46 m_participantRoleHasBeenSet =
true;
47 m_participantRole = value;
61 template <
typename SearchTextT = Aws::Vector<Aws::String>>
63 m_searchTextHasBeenSet =
true;
64 m_searchText = std::forward<SearchTextT>(value);
66 template <
typename SearchTextT = Aws::Vector<Aws::String>>
71 template <
typename SearchTextT = Aws::String>
73 m_searchTextHasBeenSet =
true;
74 m_searchText.emplace_back(std::forward<SearchTextT>(value));
87 m_matchTypeHasBeenSet =
true;
101 bool m_participantRoleHasBeenSet =
false;
102 bool m_searchTextHasBeenSet =
false;
103 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