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
49 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
62 inline void SetOperator(
Operator&& value) { m_operatorHasBeenSet =
true; m_operator = std::move(value); }
69 bool m_valueHasBeenSet =
false;
72 bool m_operatorHasBeenSet =
false;
const Operator & GetOperator() const
void SetValue(Aws::String &&value)
void SetValue(const Aws::String &value)
AWS_CUSTOMERPROFILES_API Threshold(Aws::Utils::Json::JsonView jsonValue)
void SetValue(const char *value)
void SetOperator(const Operator &value)
bool ValueHasBeenSet() const
AWS_CUSTOMERPROFILES_API Threshold()
Threshold & WithValue(const char *value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetValue() const
Threshold & WithValue(Aws::String &&value)
Threshold & WithValue(const Aws::String &value)
bool OperatorHasBeenSet() const
AWS_CUSTOMERPROFILES_API Threshold & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetOperator(Operator &&value)
Threshold & WithOperator(Operator &&value)
Threshold & WithOperator(const Operator &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue