7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/model/JobComparator.h>
9#include <aws/macie2/model/SimpleCriterionKeyForJob.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
84 template<
typename ValuesT = Aws::Vector<Aws::String>>
85 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
86 template<
typename ValuesT = Aws::Vector<Aws::String>>
88 template<
typename ValuesT = Aws::String>
94 bool m_comparatorHasBeenSet =
false;
97 bool m_keyHasBeenSet =
false;
100 bool m_valuesHasBeenSet =
false;
SimpleCriterionKeyForJob GetKey() const
SimpleCriterionForJob & WithKey(SimpleCriterionKeyForJob value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKey(SimpleCriterionKeyForJob value)
SimpleCriterionForJob & AddValues(ValuesT &&value)
bool ComparatorHasBeenSet() const
JobComparator GetComparator() const
void SetValues(ValuesT &&value)
const Aws::Vector< Aws::String > & GetValues() const
void SetComparator(JobComparator value)
bool KeyHasBeenSet() const
AWS_MACIE2_API SimpleCriterionForJob(Aws::Utils::Json::JsonView jsonValue)
SimpleCriterionForJob & WithValues(ValuesT &&value)
AWS_MACIE2_API SimpleCriterionForJob()=default
bool ValuesHasBeenSet() const
SimpleCriterionForJob & WithComparator(JobComparator value)
AWS_MACIE2_API SimpleCriterionForJob & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue