7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 template<
typename EqT = Aws::Vector<Aws::String>>
54 void SetEq(EqT&& value) { m_eqHasBeenSet =
true; m_eq = std::forward<EqT>(value); }
55 template<
typename EqT = Aws::Vector<Aws::String>>
57 template<
typename EqT = Aws::String>
74 template<
typename EqExactMatchT = Aws::Vector<Aws::String>>
75 void SetEqExactMatch(EqExactMatchT&& value) { m_eqExactMatchHasBeenSet =
true; m_eqExactMatch = std::forward<EqExactMatchT>(value); }
76 template<
typename EqExactMatchT = Aws::Vector<Aws::String>>
78 template<
typename EqExactMatchT = Aws::String>
86 inline long long GetGt()
const {
return m_gt; }
88 inline void SetGt(
long long value) { m_gtHasBeenSet =
true; m_gt = value; }
97 inline long long GetGte()
const {
return m_gte; }
99 inline void SetGte(
long long value) { m_gteHasBeenSet =
true; m_gte = value; }
107 inline long long GetLt()
const {
return m_lt; }
109 inline void SetLt(
long long value) { m_ltHasBeenSet =
true; m_lt = value; }
117 inline long long GetLte()
const {
return m_lte; }
119 inline void SetLte(
long long value) { m_lteHasBeenSet =
true; m_lte = value; }
130 template<
typename NeqT = Aws::Vector<Aws::String>>
131 void SetNeq(NeqT&& value) { m_neqHasBeenSet =
true; m_neq = std::forward<NeqT>(value); }
132 template<
typename NeqT = Aws::Vector<Aws::String>>
134 template<
typename NeqT = Aws::String>
140 bool m_eqHasBeenSet =
false;
143 bool m_eqExactMatchHasBeenSet =
false;
146 bool m_gtHasBeenSet =
false;
149 bool m_gteHasBeenSet =
false;
152 bool m_ltHasBeenSet =
false;
155 bool m_lteHasBeenSet =
false;
158 bool m_neqHasBeenSet =
false;
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
CriterionAdditionalProperties & AddNeq(NeqT &&value)
const Aws::Vector< Aws::String > & GetEqExactMatch() const
bool GtHasBeenSet() const
CriterionAdditionalProperties & WithGt(long long value)
bool EqHasBeenSet() const
CriterionAdditionalProperties & WithGte(long long value)
void SetGte(long long value)
CriterionAdditionalProperties & WithLt(long long value)
void SetNeq(NeqT &&value)
CriterionAdditionalProperties & AddEqExactMatch(EqExactMatchT &&value)
CriterionAdditionalProperties & WithEqExactMatch(EqExactMatchT &&value)
AWS_MACIE2_API CriterionAdditionalProperties()=default
bool NeqHasBeenSet() const
bool GteHasBeenSet() const
AWS_MACIE2_API CriterionAdditionalProperties(Aws::Utils::Json::JsonView jsonValue)
CriterionAdditionalProperties & WithNeq(NeqT &&value)
const Aws::Vector< Aws::String > & GetNeq() const
bool LteHasBeenSet() const
void SetLte(long long value)
CriterionAdditionalProperties & AddEq(EqT &&value)
bool LtHasBeenSet() const
AWS_MACIE2_API CriterionAdditionalProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
CriterionAdditionalProperties & WithLte(long long value)
void SetGt(long long value)
CriterionAdditionalProperties & WithEq(EqT &&value)
const Aws::Vector< Aws::String > & GetEq() const
void SetEqExactMatch(EqExactMatchT &&value)
void SetLt(long long value)
bool EqExactMatchHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue