7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53/Route53_EXPORTS.h>
9#include <aws/route53/model/HostedZoneOwner.h>
47 template <
typename HostedZoneIdT = Aws::String>
49 m_hostedZoneIdHasBeenSet =
true;
50 m_hostedZoneId = std::forward<HostedZoneIdT>(value);
52 template <
typename HostedZoneIdT = Aws::String>
65 template <
typename NameT = Aws::String>
67 m_nameHasBeenSet =
true;
68 m_name = std::forward<NameT>(value);
70 template <
typename NameT = Aws::String>
72 SetName(std::forward<NameT>(value));
85 template <
typename OwnerT = HostedZoneOwner>
87 m_ownerHasBeenSet =
true;
88 m_owner = std::forward<OwnerT>(value);
90 template <
typename OwnerT = HostedZoneOwner>
92 SetOwner(std::forward<OwnerT>(value));
102 bool m_hostedZoneIdHasBeenSet =
false;
103 bool m_nameHasBeenSet =
false;
104 bool m_ownerHasBeenSet =
false;
HostedZoneSummary & WithHostedZoneId(HostedZoneIdT &&value)
void SetHostedZoneId(HostedZoneIdT &&value)
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const HostedZoneOwner & GetOwner() const
bool HostedZoneIdHasBeenSet() const
HostedZoneSummary & WithName(NameT &&value)
const Aws::String & GetHostedZoneId() const
void SetOwner(OwnerT &&value)
AWS_ROUTE53_API HostedZoneSummary(const Aws::Utils::Xml::XmlNode &xmlNode)
bool OwnerHasBeenSet() const
bool NameHasBeenSet() const
AWS_ROUTE53_API HostedZoneSummary & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
HostedZoneSummary & WithOwner(OwnerT &&value)
const Aws::String & GetName() const
void SetName(NameT &&value)
AWS_ROUTE53_API HostedZoneSummary()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String