7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetComment(
const char* value) { m_commentHasBeenSet =
true; m_comment.assign(value); }
62 inline void SetPrivateZone(
bool value) { m_privateZoneHasBeenSet =
true; m_privateZone = value; }
68 bool m_commentHasBeenSet =
false;
71 bool m_privateZoneHasBeenSet =
false;
void SetPrivateZone(bool value)
HostedZoneConfig & WithPrivateZone(bool value)
HostedZoneConfig & WithComment(Aws::String &&value)
void SetComment(const char *value)
const Aws::String & GetComment() const
void SetComment(const Aws::String &value)
bool GetPrivateZone() const
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetComment(Aws::String &&value)
HostedZoneConfig & WithComment(const Aws::String &value)
bool CommentHasBeenSet() const
HostedZoneConfig & WithComment(const char *value)
AWS_ROUTE53_API HostedZoneConfig()
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