7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/StringCondition.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
41 template <
typename OrConditionsT = Aws::Vector<DataTableSearchCriteria>>
43 m_orConditionsHasBeenSet =
true;
44 m_orConditions = std::forward<OrConditionsT>(value);
46 template <
typename OrConditionsT = Aws::Vector<DataTableSearchCriteria>>
51 template <
typename OrConditionsT = DataTableSearchCriteria>
53 m_orConditionsHasBeenSet =
true;
54 m_orConditions.emplace_back(std::forward<OrConditionsT>(value));
65 template <
typename AndConditionsT = Aws::Vector<DataTableSearchCriteria>>
67 m_andConditionsHasBeenSet =
true;
68 m_andConditions = std::forward<AndConditionsT>(value);
70 template <
typename AndConditionsT = Aws::Vector<DataTableSearchCriteria>>
75 template <
typename AndConditionsT = DataTableSearchCriteria>
77 m_andConditionsHasBeenSet =
true;
78 m_andConditions.emplace_back(std::forward<AndConditionsT>(value));
87 template <
typename StringConditionT = StringCondition>
89 m_stringConditionHasBeenSet =
true;
90 m_stringCondition = std::forward<StringConditionT>(value);
92 template <
typename StringConditionT = StringCondition>
104 bool m_orConditionsHasBeenSet =
false;
105 bool m_andConditionsHasBeenSet =
false;
106 bool m_stringConditionHasBeenSet =
false;
AWS_CONNECT_API DataTableSearchCriteria & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StringConditionHasBeenSet() const
const Aws::Vector< DataTableSearchCriteria > & GetOrConditions() const
void SetStringCondition(StringConditionT &&value)
void SetOrConditions(OrConditionsT &&value)
DataTableSearchCriteria & AddOrConditions(OrConditionsT &&value)
AWS_CONNECT_API DataTableSearchCriteria()=default
DataTableSearchCriteria & AddAndConditions(AndConditionsT &&value)
const Aws::Vector< DataTableSearchCriteria > & GetAndConditions() const
DataTableSearchCriteria & WithAndConditions(AndConditionsT &&value)
const StringCondition & GetStringCondition() const
DataTableSearchCriteria & WithOrConditions(OrConditionsT &&value)
bool OrConditionsHasBeenSet() const
DataTableSearchCriteria & WithStringCondition(StringConditionT &&value)
bool AndConditionsHasBeenSet() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API DataTableSearchCriteria(Aws::Utils::Json::JsonView jsonValue)
void SetAndConditions(AndConditionsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue