7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
20namespace PartnerCentralAccount {
42 template <
typename DomainNameT = Aws::String>
44 m_domainNameHasBeenSet =
true;
45 m_domainName = std::forward<DomainNameT>(value);
47 template <
typename DomainNameT = Aws::String>
61 template <
typename RegisteredAtT = Aws::Utils::DateTime>
63 m_registeredAtHasBeenSet =
true;
64 m_registeredAt = std::forward<RegisteredAtT>(value);
66 template <
typename RegisteredAtT = Aws::Utils::DateTime>
76 bool m_domainNameHasBeenSet =
false;
77 bool m_registeredAtHasBeenSet =
false;
const Aws::String & GetDomainName() const
AWS_PARTNERCENTRALACCOUNT_API PartnerDomain & operator=(Aws::Utils::Json::JsonView jsonValue)
PartnerDomain & WithRegisteredAt(RegisteredAtT &&value)
AWS_PARTNERCENTRALACCOUNT_API Aws::Utils::Json::JsonValue Jsonize() const
bool RegisteredAtHasBeenSet() const
AWS_PARTNERCENTRALACCOUNT_API PartnerDomain()=default
PartnerDomain & WithDomainName(DomainNameT &&value)
AWS_PARTNERCENTRALACCOUNT_API PartnerDomain(Aws::Utils::Json::JsonView jsonValue)
bool DomainNameHasBeenSet() const
const Aws::Utils::DateTime & GetRegisteredAt() const
void SetRegisteredAt(RegisteredAtT &&value)
void SetDomainName(DomainNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue