7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/model/Range.h>
9#include <aws/customer-profiles/model/Threshold.h>
20namespace CustomerProfiles {
42 template <
typename RangeT = Range>
44 m_rangeHasBeenSet =
true;
45 m_range = std::forward<RangeT>(value);
47 template <
typename RangeT = Range>
49 SetRange(std::forward<RangeT>(value));
61 m_objectCountHasBeenSet =
true;
62 m_objectCount = value;
76 template <
typename ThresholdT = Threshold>
78 m_thresholdHasBeenSet =
true;
79 m_threshold = std::forward<ThresholdT>(value);
81 template <
typename ThresholdT = Threshold>
92 Threshold m_threshold;
93 bool m_rangeHasBeenSet =
false;
94 bool m_objectCountHasBeenSet =
false;
95 bool m_thresholdHasBeenSet =
false;
AWS_CUSTOMERPROFILES_API Conditions(Aws::Utils::Json::JsonView jsonValue)
Conditions & WithRange(RangeT &&value)
AWS_CUSTOMERPROFILES_API Conditions()=default
int GetObjectCount() const
const Range & GetRange() const
const Threshold & GetThreshold() const
Conditions & WithThreshold(ThresholdT &&value)
Conditions & WithObjectCount(int value)
void SetObjectCount(int value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetThreshold(ThresholdT &&value)
void SetRange(RangeT &&value)
bool ObjectCountHasBeenSet() const
bool RangeHasBeenSet() const
AWS_CUSTOMERPROFILES_API Conditions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ThresholdHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue