7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/StringCondition.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
46 template <
typename OrConditionsT = Aws::Vector<SecurityProfileSearchCriteria>>
48 m_orConditionsHasBeenSet =
true;
49 m_orConditions = std::forward<OrConditionsT>(value);
51 template <
typename OrConditionsT = Aws::Vector<SecurityProfileSearchCriteria>>
56 template <
typename OrConditionsT = SecurityProfileSearchCriteria>
58 m_orConditionsHasBeenSet =
true;
59 m_orConditions.emplace_back(std::forward<OrConditionsT>(value));
71 template <
typename AndConditionsT = Aws::Vector<SecurityProfileSearchCriteria>>
73 m_andConditionsHasBeenSet =
true;
74 m_andConditions = std::forward<AndConditionsT>(value);
76 template <
typename AndConditionsT = Aws::Vector<SecurityProfileSearchCriteria>>
81 template <
typename AndConditionsT = SecurityProfileSearchCriteria>
83 m_andConditionsHasBeenSet =
true;
84 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>
106 bool m_orConditionsHasBeenSet =
false;
109 bool m_andConditionsHasBeenSet =
false;
112 bool m_stringConditionHasBeenSet =
false;
void SetAndConditions(AndConditionsT &&value)
SecurityProfileSearchCriteria & WithAndConditions(AndConditionsT &&value)
bool AndConditionsHasBeenSet() const
SecurityProfileSearchCriteria & AddOrConditions(OrConditionsT &&value)
const Aws::Vector< SecurityProfileSearchCriteria > & GetAndConditions() const
SecurityProfileSearchCriteria & AddAndConditions(AndConditionsT &&value)
bool OrConditionsHasBeenSet() const
AWS_CONNECT_API SecurityProfileSearchCriteria & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StringConditionHasBeenSet() const
AWS_CONNECT_API SecurityProfileSearchCriteria(Aws::Utils::Json::JsonView jsonValue)
void SetStringCondition(StringConditionT &&value)
const StringCondition & GetStringCondition() const
SecurityProfileSearchCriteria & WithStringCondition(StringConditionT &&value)
const Aws::Vector< SecurityProfileSearchCriteria > & GetOrConditions() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
SecurityProfileSearchCriteria & WithOrConditions(OrConditionsT &&value)
AWS_CONNECT_API SecurityProfileSearchCriteria()=default
void SetOrConditions(OrConditionsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue