7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/macie2/Macie2_EXPORTS.h>
44 template <
typename EqT = Aws::Vector<Aws::String>>
46 m_eqHasBeenSet =
true;
47 m_eq = std::forward<EqT>(value);
49 template <
typename EqT = Aws::Vector<Aws::String>>
51 SetEq(std::forward<EqT>(value));
54 template <
typename EqT = Aws::String>
56 m_eqHasBeenSet =
true;
57 m_eq.emplace_back(std::forward<EqT>(value));
66 inline long long GetGt()
const {
return m_gt; }
68 inline void SetGt(
long long value) {
69 m_gtHasBeenSet =
true;
83 inline long long GetGte()
const {
return m_gte; }
85 inline void SetGte(
long long value) {
86 m_gteHasBeenSet =
true;
99 inline long long GetLt()
const {
return m_lt; }
101 inline void SetLt(
long long value) {
102 m_ltHasBeenSet =
true;
115 inline long long GetLte()
const {
return m_lte; }
118 m_lteHasBeenSet =
true;
135 template <
typename NeqT = Aws::Vector<Aws::String>>
137 m_neqHasBeenSet =
true;
138 m_neq = std::forward<NeqT>(value);
140 template <
typename NeqT = Aws::Vector<Aws::String>>
142 SetNeq(std::forward<NeqT>(value));
145 template <
typename NeqT = Aws::String>
147 m_neqHasBeenSet =
true;
148 m_neq.emplace_back(std::forward<NeqT>(value));
159 template <
typename PrefixT = Aws::String>
161 m_prefixHasBeenSet =
true;
162 m_prefix = std::forward<PrefixT>(value);
164 template <
typename PrefixT = Aws::String>
184 bool m_eqHasBeenSet =
false;
185 bool m_gtHasBeenSet =
false;
186 bool m_gteHasBeenSet =
false;
187 bool m_ltHasBeenSet =
false;
188 bool m_lteHasBeenSet =
false;
189 bool m_neqHasBeenSet =
false;
190 bool m_prefixHasBeenSet =
false;
AWS_MACIE2_API BucketCriteriaAdditionalProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API BucketCriteriaAdditionalProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPrefix(PrefixT &&value)
BucketCriteriaAdditionalProperties & WithPrefix(PrefixT &&value)
BucketCriteriaAdditionalProperties & AddEq(EqT &&value)
BucketCriteriaAdditionalProperties & WithEq(EqT &&value)
const Aws::Vector< Aws::String > & GetEq() const
void SetGt(long long value)
BucketCriteriaAdditionalProperties & WithGt(long long value)
const Aws::String & GetPrefix() const
bool GtHasBeenSet() const
BucketCriteriaAdditionalProperties & AddNeq(NeqT &&value)
bool GteHasBeenSet() const
void SetGte(long long value)
AWS_MACIE2_API BucketCriteriaAdditionalProperties()=default
void SetLte(long long value)
void SetNeq(NeqT &&value)
bool PrefixHasBeenSet() const
const Aws::Vector< Aws::String > & GetNeq() const
bool NeqHasBeenSet() const
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
bool LtHasBeenSet() const
bool LteHasBeenSet() const
BucketCriteriaAdditionalProperties & WithLte(long long value)
BucketCriteriaAdditionalProperties & WithNeq(NeqT &&value)
bool EqHasBeenSet() const
BucketCriteriaAdditionalProperties & WithLt(long long value)
void SetLt(long long value)
BucketCriteriaAdditionalProperties & WithGte(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue