7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/model/Operator.h>
22namespace CustomerProfiles
47 template<
typename ValueT = Aws::String>
48 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
49 template<
typename ValueT = Aws::String>
65 bool m_valueHasBeenSet =
false;
68 bool m_operatorHasBeenSet =
false;
Threshold & WithOperator(Operator value)
AWS_CUSTOMERPROFILES_API Threshold()=default
void SetValue(ValueT &&value)
void SetOperator(Operator value)
AWS_CUSTOMERPROFILES_API Threshold(Aws::Utils::Json::JsonView jsonValue)
bool ValueHasBeenSet() const
Operator GetOperator() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetValue() const
Threshold & WithValue(ValueT &&value)
bool OperatorHasBeenSet() const
AWS_CUSTOMERPROFILES_API Threshold & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue