7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/model/JobComparator.h>
9#include <aws/macie2/model/ScopeFilterKey.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
91 template<
typename ValuesT = Aws::Vector<Aws::String>>
92 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
93 template<
typename ValuesT = Aws::Vector<Aws::String>>
95 template<
typename ValuesT = Aws::String>
96 SimpleScopeTerm&
AddValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values.emplace_back(std::forward<ValuesT>(value));
return *
this; }
101 bool m_comparatorHasBeenSet =
false;
104 bool m_keyHasBeenSet =
false;
107 bool m_valuesHasBeenSet =
false;
bool ComparatorHasBeenSet() const
void SetComparator(JobComparator value)
SimpleScopeTerm & WithKey(ScopeFilterKey value)
AWS_MACIE2_API SimpleScopeTerm()=default
JobComparator GetComparator() const
SimpleScopeTerm & WithComparator(JobComparator value)
void SetKey(ScopeFilterKey value)
bool KeyHasBeenSet() const
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetValues() const
SimpleScopeTerm & AddValues(ValuesT &&value)
AWS_MACIE2_API SimpleScopeTerm & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ValuesHasBeenSet() const
void SetValues(ValuesT &&value)
ScopeFilterKey GetKey() const
SimpleScopeTerm & WithValues(ValuesT &&value)
AWS_MACIE2_API SimpleScopeTerm(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue