7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/StringCondition.h>
9#include <aws/connect/model/TestCaseStatus.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
44 template <
typename OrConditionsT = Aws::Vector<TestCaseSearchCriteria>>
46 m_orConditionsHasBeenSet =
true;
47 m_orConditions = std::forward<OrConditionsT>(value);
49 template <
typename OrConditionsT = Aws::Vector<TestCaseSearchCriteria>>
54 template <
typename OrConditionsT = TestCaseSearchCriteria>
56 m_orConditionsHasBeenSet =
true;
57 m_orConditions.emplace_back(std::forward<OrConditionsT>(value));
69 template <
typename AndConditionsT = Aws::Vector<TestCaseSearchCriteria>>
71 m_andConditionsHasBeenSet =
true;
72 m_andConditions = std::forward<AndConditionsT>(value);
74 template <
typename AndConditionsT = Aws::Vector<TestCaseSearchCriteria>>
79 template <
typename AndConditionsT = TestCaseSearchCriteria>
81 m_andConditionsHasBeenSet =
true;
82 m_andConditions.emplace_back(std::forward<AndConditionsT>(value));
93 template <
typename StringConditionT = StringCondition>
95 m_stringConditionHasBeenSet =
true;
96 m_stringCondition = std::forward<StringConditionT>(value);
98 template <
typename StringConditionT = StringCondition>
112 m_statusConditionHasBeenSet =
true;
113 m_statusCondition = value;
128 bool m_orConditionsHasBeenSet =
false;
129 bool m_andConditionsHasBeenSet =
false;
130 bool m_stringConditionHasBeenSet =
false;
131 bool m_statusConditionHasBeenSet =
false;
bool OrConditionsHasBeenSet() const
TestCaseSearchCriteria & WithAndConditions(AndConditionsT &&value)
TestCaseSearchCriteria & WithStatusCondition(TestCaseStatus value)
TestCaseSearchCriteria & WithStringCondition(StringConditionT &&value)
TestCaseStatus GetStatusCondition() const
void SetOrConditions(OrConditionsT &&value)
TestCaseSearchCriteria & WithOrConditions(OrConditionsT &&value)
void SetStatusCondition(TestCaseStatus value)
TestCaseSearchCriteria & AddOrConditions(OrConditionsT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API TestCaseSearchCriteria(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API TestCaseSearchCriteria()=default
const Aws::Vector< TestCaseSearchCriteria > & GetOrConditions() const
bool StatusConditionHasBeenSet() const
const StringCondition & GetStringCondition() const
void SetStringCondition(StringConditionT &&value)
TestCaseSearchCriteria & AddAndConditions(AndConditionsT &&value)
bool AndConditionsHasBeenSet() const
void SetAndConditions(AndConditionsT &&value)
bool StringConditionHasBeenSet() const
AWS_CONNECT_API TestCaseSearchCriteria & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< TestCaseSearchCriteria > & GetAndConditions() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue