7#include <aws/route53domains/Route53Domains_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53domains/model/PriceWithCurrency.h>
22namespace Route53Domains
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
118 bool m_nameHasBeenSet =
false;
121 bool m_registrationPriceHasBeenSet =
false;
124 bool m_transferPriceHasBeenSet =
false;
127 bool m_renewalPriceHasBeenSet =
false;
130 bool m_changeOwnershipPriceHasBeenSet =
false;
133 bool m_restorationPriceHasBeenSet =
false;
DomainPrice & WithTransferPrice(const PriceWithCurrency &value)
bool RegistrationPriceHasBeenSet() const
void SetTransferPrice(PriceWithCurrency &&value)
void SetRenewalPrice(const PriceWithCurrency &value)
DomainPrice & WithName(const char *value)
DomainPrice & WithRestorationPrice(const PriceWithCurrency &value)
DomainPrice & WithChangeOwnershipPrice(const PriceWithCurrency &value)
bool ChangeOwnershipPriceHasBeenSet() const
DomainPrice & WithRegistrationPrice(PriceWithCurrency &&value)
const PriceWithCurrency & GetChangeOwnershipPrice() const
void SetChangeOwnershipPrice(const PriceWithCurrency &value)
bool RenewalPriceHasBeenSet() const
void SetRegistrationPrice(PriceWithCurrency &&value)
void SetRenewalPrice(PriceWithCurrency &&value)
AWS_ROUTE53DOMAINS_API DomainPrice(Aws::Utils::Json::JsonView jsonValue)
AWS_ROUTE53DOMAINS_API DomainPrice & operator=(Aws::Utils::Json::JsonView jsonValue)
const PriceWithCurrency & GetRestorationPrice() const
void SetName(Aws::String &&value)
AWS_ROUTE53DOMAINS_API Aws::Utils::Json::JsonValue Jsonize() const
DomainPrice & WithName(const Aws::String &value)
void SetChangeOwnershipPrice(PriceWithCurrency &&value)
DomainPrice & WithRegistrationPrice(const PriceWithCurrency &value)
DomainPrice & WithRenewalPrice(PriceWithCurrency &&value)
const Aws::String & GetName() const
void SetTransferPrice(const PriceWithCurrency &value)
void SetName(const char *value)
DomainPrice & WithRestorationPrice(PriceWithCurrency &&value)
void SetRestorationPrice(const PriceWithCurrency &value)
DomainPrice & WithRenewalPrice(const PriceWithCurrency &value)
const PriceWithCurrency & GetTransferPrice() const
const PriceWithCurrency & GetRegistrationPrice() const
DomainPrice & WithChangeOwnershipPrice(PriceWithCurrency &&value)
bool NameHasBeenSet() const
void SetName(const Aws::String &value)
bool TransferPriceHasBeenSet() const
const PriceWithCurrency & GetRenewalPrice() const
bool RestorationPriceHasBeenSet() const
AWS_ROUTE53DOMAINS_API DomainPrice()
void SetRegistrationPrice(const PriceWithCurrency &value)
void SetRestorationPrice(PriceWithCurrency &&value)
DomainPrice & WithTransferPrice(PriceWithCurrency &&value)
DomainPrice & WithName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue