7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
9#include <aws/customer-profiles/model/Operator.h>
20namespace CustomerProfiles {
41 template <
typename ValueT = Aws::String>
43 m_valueHasBeenSet =
true;
44 m_value = std::forward<ValueT>(value);
46 template <
typename ValueT = Aws::String>
48 SetValue(std::forward<ValueT>(value));
60 m_operatorHasBeenSet =
true;
72 bool m_valueHasBeenSet =
false;
73 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