7#include <aws/route53domains/Route53Domains_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace Route53Domains
47 inline void SetMaxPrice(
double value) { m_maxPriceHasBeenSet =
true; m_maxPrice = value; }
59 inline void SetCurrency(
const char* value) { m_currencyHasBeenSet =
true; m_currency.assign(value); }
67 bool m_maxPriceHasBeenSet =
false;
70 bool m_currencyHasBeenSet =
false;
AWS_ROUTE53DOMAINS_API Consent(Aws::Utils::Json::JsonView jsonValue)
AWS_ROUTE53DOMAINS_API Aws::Utils::Json::JsonValue Jsonize() const
Consent & WithCurrency(const char *value)
bool MaxPriceHasBeenSet() const
void SetCurrency(const char *value)
void SetCurrency(const Aws::String &value)
Consent & WithCurrency(const Aws::String &value)
void SetMaxPrice(double value)
void SetCurrency(Aws::String &&value)
Consent & WithCurrency(Aws::String &&value)
double GetMaxPrice() const
const Aws::String & GetCurrency() const
bool CurrencyHasBeenSet() const
AWS_ROUTE53DOMAINS_API Consent()
AWS_ROUTE53DOMAINS_API Consent & operator=(Aws::Utils::Json::JsonView jsonValue)
Consent & WithMaxPrice(double value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue