7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/connect/model/SearchContactsMatchType.h>
10#include <aws/connect/model/TranscriptCriteria.h>
51 template<
typename CriteriaT = Aws::Vector<TranscriptCriteria>>
52 void SetCriteria(CriteriaT&& value) { m_criteriaHasBeenSet =
true; m_criteria = std::forward<CriteriaT>(value); }
53 template<
typename CriteriaT = Aws::Vector<TranscriptCriteria>>
55 template<
typename CriteriaT = TranscriptCriteria>
56 Transcript&
AddCriteria(CriteriaT&& value) { m_criteriaHasBeenSet =
true; m_criteria.emplace_back(std::forward<CriteriaT>(value));
return *
this; }
72 bool m_criteriaHasBeenSet =
false;
75 bool m_matchTypeHasBeenSet =
false;
void SetCriteria(CriteriaT &&value)
AWS_CONNECT_API Transcript(Aws::Utils::Json::JsonView jsonValue)
Transcript & AddCriteria(CriteriaT &&value)
const Aws::Vector< TranscriptCriteria > & GetCriteria() const
AWS_CONNECT_API Transcript()=default
Transcript & WithMatchType(SearchContactsMatchType value)
bool CriteriaHasBeenSet() const
void SetMatchType(SearchContactsMatchType value)
Transcript & WithCriteria(CriteriaT &&value)
AWS_CONNECT_API Transcript & operator=(Aws::Utils::Json::JsonView jsonValue)
SearchContactsMatchType GetMatchType() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool MatchTypeHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue