7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename CommentT = Aws::String>
49 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
50 template<
typename CommentT = Aws::String>
60 inline void SetPrivateZone(
bool value) { m_privateZoneHasBeenSet =
true; m_privateZone = value; }
66 bool m_commentHasBeenSet =
false;
68 bool m_privateZone{
false};
69 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