7#include <aws/route53domains/Route53Domains_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace Route53Domains
47 template<
typename DomainNameT = Aws::String>
48 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
49 template<
typename DomainNameT = Aws::String>
59 inline void SetAutoRenew(
bool value) { m_autoRenewHasBeenSet =
true; m_autoRenew = value; }
70 inline void SetTransferLock(
bool value) { m_transferLockHasBeenSet =
true; m_transferLock = value; }
81 template<
typename ExpiryT = Aws::Utils::DateTime>
82 void SetExpiry(ExpiryT&& value) { m_expiryHasBeenSet =
true; m_expiry = std::forward<ExpiryT>(value); }
83 template<
typename ExpiryT = Aws::Utils::DateTime>
89 bool m_domainNameHasBeenSet =
false;
91 bool m_autoRenew{
false};
92 bool m_autoRenewHasBeenSet =
false;
94 bool m_transferLock{
false};
95 bool m_transferLockHasBeenSet =
false;
98 bool m_expiryHasBeenSet =
false;
bool AutoRenewHasBeenSet() const
const Aws::Utils::DateTime & GetExpiry() const
bool GetAutoRenew() const
const Aws::String & GetDomainName() const
DomainSummary & WithAutoRenew(bool value)
void SetTransferLock(bool value)
AWS_ROUTE53DOMAINS_API DomainSummary(Aws::Utils::Json::JsonView jsonValue)
bool ExpiryHasBeenSet() const
void SetDomainName(DomainNameT &&value)
AWS_ROUTE53DOMAINS_API DomainSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GetTransferLock() const
DomainSummary & WithTransferLock(bool value)
DomainSummary & WithExpiry(ExpiryT &&value)
bool DomainNameHasBeenSet() const
void SetExpiry(ExpiryT &&value)
DomainSummary & WithDomainName(DomainNameT &&value)
AWS_ROUTE53DOMAINS_API DomainSummary()=default
AWS_ROUTE53DOMAINS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAutoRenew(bool value)
bool TransferLockHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue