7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53/model/HostedZoneConfig.h>
10#include <aws/route53/model/LinkedService.h>
51 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
52 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
71 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
86 inline void SetCallerReference(
const char* value) { m_callerReferenceHasBeenSet =
true; m_callerReference.assign(value); }
134 bool m_idHasBeenSet =
false;
137 bool m_nameHasBeenSet =
false;
140 bool m_callerReferenceHasBeenSet =
false;
143 bool m_configHasBeenSet =
false;
145 long long m_resourceRecordSetCount;
146 bool m_resourceRecordSetCountHasBeenSet =
false;
149 bool m_linkedServiceHasBeenSet =
false;
bool IdHasBeenSet() const
HostedZone & WithCallerReference(const char *value)
void SetCallerReference(Aws::String &&value)
void SetResourceRecordSetCount(long long value)
HostedZone & WithId(Aws::String &&value)
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
HostedZone & WithName(const char *value)
AWS_ROUTE53_API HostedZone(const Aws::Utils::Xml::XmlNode &xmlNode)
HostedZone & WithResourceRecordSetCount(long long value)
HostedZone & WithLinkedService(const LinkedService &value)
bool CallerReferenceHasBeenSet() const
HostedZone & WithConfig(const HostedZoneConfig &value)
HostedZone & WithName(Aws::String &&value)
bool ConfigHasBeenSet() const
const Aws::String & GetId() const
void SetId(const char *value)
const LinkedService & GetLinkedService() const
void SetLinkedService(const LinkedService &value)
void SetLinkedService(LinkedService &&value)
HostedZone & WithConfig(HostedZoneConfig &&value)
bool LinkedServiceHasBeenSet() const
AWS_ROUTE53_API HostedZone()
const Aws::String & GetName() const
void SetConfig(HostedZoneConfig &&value)
bool ResourceRecordSetCountHasBeenSet() const
void SetCallerReference(const Aws::String &value)
void SetName(const char *value)
HostedZone & WithLinkedService(LinkedService &&value)
HostedZone & WithCallerReference(const Aws::String &value)
void SetConfig(const HostedZoneConfig &value)
HostedZone & WithId(const char *value)
HostedZone & WithCallerReference(Aws::String &&value)
const HostedZoneConfig & GetConfig() const
void SetName(Aws::String &&value)
AWS_ROUTE53_API HostedZone & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetId(const Aws::String &value)
void SetId(Aws::String &&value)
HostedZone & WithName(const Aws::String &value)
const Aws::String & GetCallerReference() const
void SetName(const Aws::String &value)
long long GetResourceRecordSetCount() const
HostedZone & WithId(const Aws::String &value)
void SetCallerReference(const char *value)
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String