AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SecurityProfileSearchCriteria.h
1
6#pragma once
7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/connect/model/StringCondition.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Connect
23{
24namespace Model
25{
26
37 {
38 public:
42 AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
50 inline const Aws::Vector<SecurityProfileSearchCriteria>& GetOrConditions() const{ return m_orConditions; }
51 inline bool OrConditionsHasBeenSet() const { return m_orConditionsHasBeenSet; }
52 inline void SetOrConditions(const Aws::Vector<SecurityProfileSearchCriteria>& value) { m_orConditionsHasBeenSet = true; m_orConditions = value; }
53 inline void SetOrConditions(Aws::Vector<SecurityProfileSearchCriteria>&& value) { m_orConditionsHasBeenSet = true; m_orConditions = std::move(value); }
56 inline SecurityProfileSearchCriteria& AddOrConditions(const SecurityProfileSearchCriteria& value) { m_orConditionsHasBeenSet = true; m_orConditions.push_back(value); return *this; }
57 inline SecurityProfileSearchCriteria& AddOrConditions(SecurityProfileSearchCriteria&& value) { m_orConditionsHasBeenSet = true; m_orConditions.push_back(std::move(value)); return *this; }
59
61
65 inline const Aws::Vector<SecurityProfileSearchCriteria>& GetAndConditions() const{ return m_andConditions; }
66 inline bool AndConditionsHasBeenSet() const { return m_andConditionsHasBeenSet; }
67 inline void SetAndConditions(const Aws::Vector<SecurityProfileSearchCriteria>& value) { m_andConditionsHasBeenSet = true; m_andConditions = value; }
68 inline void SetAndConditions(Aws::Vector<SecurityProfileSearchCriteria>&& value) { m_andConditionsHasBeenSet = true; m_andConditions = std::move(value); }
71 inline SecurityProfileSearchCriteria& AddAndConditions(const SecurityProfileSearchCriteria& value) { m_andConditionsHasBeenSet = true; m_andConditions.push_back(value); return *this; }
72 inline SecurityProfileSearchCriteria& AddAndConditions(SecurityProfileSearchCriteria&& value) { m_andConditionsHasBeenSet = true; m_andConditions.push_back(std::move(value)); return *this; }
74
76
77 inline const StringCondition& GetStringCondition() const{ return m_stringCondition; }
78 inline bool StringConditionHasBeenSet() const { return m_stringConditionHasBeenSet; }
79 inline void SetStringCondition(const StringCondition& value) { m_stringConditionHasBeenSet = true; m_stringCondition = value; }
80 inline void SetStringCondition(StringCondition&& value) { m_stringConditionHasBeenSet = true; m_stringCondition = std::move(value); }
82 inline SecurityProfileSearchCriteria& WithStringCondition(StringCondition&& value) { SetStringCondition(std::move(value)); return *this;}
84 private:
85
87 bool m_orConditionsHasBeenSet = false;
88
90 bool m_andConditionsHasBeenSet = false;
91
92 StringCondition m_stringCondition;
93 bool m_stringConditionHasBeenSet = false;
94 };
95
96} // namespace Model
97} // namespace Connect
98} // namespace Aws
SecurityProfileSearchCriteria & WithAndConditions(Aws::Vector< SecurityProfileSearchCriteria > &&value)
SecurityProfileSearchCriteria & AddAndConditions(const SecurityProfileSearchCriteria &value)
SecurityProfileSearchCriteria & WithStringCondition(const StringCondition &value)
SecurityProfileSearchCriteria & WithOrConditions(const Aws::Vector< SecurityProfileSearchCriteria > &value)
SecurityProfileSearchCriteria & AddOrConditions(SecurityProfileSearchCriteria &&value)
const Aws::Vector< SecurityProfileSearchCriteria > & GetAndConditions() const
SecurityProfileSearchCriteria & AddAndConditions(SecurityProfileSearchCriteria &&value)
SecurityProfileSearchCriteria & WithOrConditions(Aws::Vector< SecurityProfileSearchCriteria > &&value)
AWS_CONNECT_API SecurityProfileSearchCriteria & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API SecurityProfileSearchCriteria(Aws::Utils::Json::JsonView jsonValue)
void SetAndConditions(const Aws::Vector< SecurityProfileSearchCriteria > &value)
SecurityProfileSearchCriteria & WithStringCondition(StringCondition &&value)
SecurityProfileSearchCriteria & WithAndConditions(const Aws::Vector< SecurityProfileSearchCriteria > &value)
const Aws::Vector< SecurityProfileSearchCriteria > & GetOrConditions() const
SecurityProfileSearchCriteria & AddOrConditions(const SecurityProfileSearchCriteria &value)
void SetOrConditions(const Aws::Vector< SecurityProfileSearchCriteria > &value)
void SetAndConditions(Aws::Vector< SecurityProfileSearchCriteria > &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOrConditions(Aws::Vector< SecurityProfileSearchCriteria > &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue