7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/StringCondition.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename OrConditionsT = Aws::Vector<UserHierarchyGroupSearchCriteria>>
45 m_orConditionsHasBeenSet =
true;
46 m_orConditions = std::forward<OrConditionsT>(value);
48 template <
typename OrConditionsT = Aws::Vector<UserHierarchyGroupSearchCriteria>>
53 template <
typename OrConditionsT = UserHierarchyGroupSearchCriteria>
55 m_orConditionsHasBeenSet =
true;
56 m_orConditions.emplace_back(std::forward<OrConditionsT>(value));
68 template <
typename AndConditionsT = Aws::Vector<UserHierarchyGroupSearchCriteria>>
70 m_andConditionsHasBeenSet =
true;
71 m_andConditions = std::forward<AndConditionsT>(value);
73 template <
typename AndConditionsT = Aws::Vector<UserHierarchyGroupSearchCriteria>>
78 template <
typename AndConditionsT = UserHierarchyGroupSearchCriteria>
80 m_andConditionsHasBeenSet =
true;
81 m_andConditions.emplace_back(std::forward<AndConditionsT>(value));
95 template <
typename StringConditionT = StringCondition>
97 m_stringConditionHasBeenSet =
true;
98 m_stringCondition = std::forward<StringConditionT>(value);
100 template <
typename StringConditionT = StringCondition>
108 bool m_orConditionsHasBeenSet =
false;
111 bool m_andConditionsHasBeenSet =
false;
114 bool m_stringConditionHasBeenSet =
false;
void SetAndConditions(AndConditionsT &&value)
void SetStringCondition(StringConditionT &&value)
AWS_CONNECT_API UserHierarchyGroupSearchCriteria(Aws::Utils::Json::JsonView jsonValue)
void SetOrConditions(OrConditionsT &&value)
UserHierarchyGroupSearchCriteria & AddAndConditions(AndConditionsT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
UserHierarchyGroupSearchCriteria & WithOrConditions(OrConditionsT &&value)
AWS_CONNECT_API UserHierarchyGroupSearchCriteria & operator=(Aws::Utils::Json::JsonView jsonValue)
const StringCondition & GetStringCondition() const
const Aws::Vector< UserHierarchyGroupSearchCriteria > & GetAndConditions() const
UserHierarchyGroupSearchCriteria & AddOrConditions(OrConditionsT &&value)
UserHierarchyGroupSearchCriteria & WithStringCondition(StringConditionT &&value)
bool AndConditionsHasBeenSet() const
const Aws::Vector< UserHierarchyGroupSearchCriteria > & GetOrConditions() const
bool OrConditionsHasBeenSet() const
UserHierarchyGroupSearchCriteria & WithAndConditions(AndConditionsT &&value)
bool StringConditionHasBeenSet() const
AWS_CONNECT_API UserHierarchyGroupSearchCriteria()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue