7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/connect/model/StringCondition.h>
52 template<
typename OrConditionsT = Aws::Vector<SecurityProfileSearchCriteria>>
53 void SetOrConditions(OrConditionsT&& value) { m_orConditionsHasBeenSet =
true; m_orConditions = std::forward<OrConditionsT>(value); }
54 template<
typename OrConditionsT = Aws::Vector<SecurityProfileSearchCriteria>>
56 template<
typename OrConditionsT = SecurityProfileSearchCriteria>
67 template<
typename AndConditionsT = Aws::Vector<SecurityProfileSearchCriteria>>
68 void SetAndConditions(AndConditionsT&& value) { m_andConditionsHasBeenSet =
true; m_andConditions = std::forward<AndConditionsT>(value); }
69 template<
typename AndConditionsT = Aws::Vector<SecurityProfileSearchCriteria>>
71 template<
typename AndConditionsT = SecurityProfileSearchCriteria>
79 template<
typename StringConditionT = StringCondition>
80 void SetStringCondition(StringConditionT&& value) { m_stringConditionHasBeenSet =
true; m_stringCondition = std::forward<StringConditionT>(value); }
81 template<
typename StringConditionT = StringCondition>
87 bool m_orConditionsHasBeenSet =
false;
90 bool m_andConditionsHasBeenSet =
false;
93 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