7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/model/Unit.h>
21namespace CustomerProfiles
35 AWS_CUSTOMERPROFILES_API
Range();
47 inline void SetValue(
int value) { m_valueHasBeenSet =
true; m_value = value; }
57 inline void SetUnit(
const Unit& value) { m_unitHasBeenSet =
true; m_unit = value; }
58 inline void SetUnit(
Unit&& value) { m_unitHasBeenSet =
true; m_unit = std::move(value); }
65 bool m_valueHasBeenSet =
false;
68 bool m_unitHasBeenSet =
false;
AWS_CUSTOMERPROFILES_API Range()
Range & WithUnit(const Unit &value)
bool ValueHasBeenSet() const
AWS_CUSTOMERPROFILES_API Range(Aws::Utils::Json::JsonView jsonValue)
const Unit & GetUnit() const
void SetUnit(const Unit &value)
void SetUnit(Unit &&value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
Range & WithValue(int value)
AWS_CUSTOMERPROFILES_API Range & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UnitHasBeenSet() const
Range & WithUnit(Unit &&value)
Aws::Utils::Json::JsonValue JsonValue