74 inline void SetComment(
const char* value) { m_commentHasBeenSet =
true; m_comment.assign(value); }
101 inline void SetPrivateZone(
bool value) { m_privateZoneHasBeenSet =
true; m_privateZone = value; }
108 bool m_commentHasBeenSet;
110 bool m_privateZoneHasBeenSet;
void SetPrivateZone(bool value)
HostedZoneConfig & WithPrivateZone(bool value)
void SetComment(const Aws::String &value)
const Aws::String & GetComment() const
HostedZoneConfig & WithComment(const char *value)
void SetComment(const char *value)
HostedZoneConfig & WithComment(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetComment(Aws::String &&value)
bool GetPrivateZone() const
HostedZoneConfig & WithComment(const Aws::String &value)
JSON (JavaScript Object Notation).