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/SearchableSegmentAttributesCriteria.h>
49 template<
typename CriteriaT = Aws::Vector<SearchableSegmentAttributesCriteria>>
50 void SetCriteria(CriteriaT&& value) { m_criteriaHasBeenSet =
true; m_criteria = std::forward<CriteriaT>(value); }
51 template<
typename CriteriaT = Aws::Vector<SearchableSegmentAttributesCriteria>>
53 template<
typename CriteriaT = SearchableSegmentAttributesCriteria>
70 bool m_criteriaHasBeenSet =
false;
73 bool m_matchTypeHasBeenSet =
false;
const Aws::Vector< SearchableSegmentAttributesCriteria > & GetCriteria() const
SearchableSegmentAttributes & AddCriteria(CriteriaT &&value)
AWS_CONNECT_API SearchableSegmentAttributes()=default
bool MatchTypeHasBeenSet() const
SearchableSegmentAttributes & WithMatchType(SearchContactsMatchType value)
SearchableSegmentAttributes & WithCriteria(CriteriaT &&value)
AWS_CONNECT_API SearchableSegmentAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
SearchContactsMatchType GetMatchType() const
void SetMatchType(SearchContactsMatchType value)
AWS_CONNECT_API SearchableSegmentAttributes(Aws::Utils::Json::JsonView jsonValue)
void SetCriteria(CriteriaT &&value)
bool CriteriaHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue