7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53/Route53_EXPORTS.h>
42 template <
typename CommentT = Aws::String>
44 m_commentHasBeenSet =
true;
45 m_comment = std::forward<CommentT>(value);
47 template <
typename CommentT = Aws::String>
61 m_privateZoneHasBeenSet =
true;
62 m_privateZone = value;
72 bool m_privateZone{
false};
73 bool m_commentHasBeenSet =
false;
74 bool m_privateZoneHasBeenSet =
false;
void SetPrivateZone(bool value)
HostedZoneConfig & WithPrivateZone(bool value)
const Aws::String & GetComment() const
AWS_ROUTE53_API HostedZoneConfig()=default
bool GetPrivateZone() const
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool CommentHasBeenSet() const
void SetComment(CommentT &&value)
HostedZoneConfig & WithComment(CommentT &&value)
AWS_ROUTE53_API HostedZoneConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ROUTE53_API HostedZoneConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool PrivateZoneHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String