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>
50 template<
typename IdT = Aws::String>
51 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
52 template<
typename IdT = Aws::String>
67 template<
typename NameT = Aws::String>
68 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
69 template<
typename NameT = Aws::String>
80 template<
typename CallerReferenceT = Aws::String>
81 void SetCallerReference(CallerReferenceT&& value) { m_callerReferenceHasBeenSet =
true; m_callerReference = std::forward<CallerReferenceT>(value); }
82 template<
typename CallerReferenceT = Aws::String>
96 template<
typename ConfigT = HostedZoneConfig>
97 void SetConfig(ConfigT&& value) { m_configHasBeenSet =
true; m_config = std::forward<ConfigT>(value); }
98 template<
typename ConfigT = HostedZoneConfig>
120 template<
typename LinkedServiceT = LinkedService>
121 void SetLinkedService(LinkedServiceT&& value) { m_linkedServiceHasBeenSet =
true; m_linkedService = std::forward<LinkedServiceT>(value); }
122 template<
typename LinkedServiceT = LinkedService>
128 bool m_idHasBeenSet =
false;
131 bool m_nameHasBeenSet =
false;
134 bool m_callerReferenceHasBeenSet =
false;
137 bool m_configHasBeenSet =
false;
139 long long m_resourceRecordSetCount{0};
140 bool m_resourceRecordSetCountHasBeenSet =
false;
142 LinkedService m_linkedService;
143 bool m_linkedServiceHasBeenSet =
false;
bool IdHasBeenSet() const
HostedZone & WithId(IdT &&value)
void SetResourceRecordSetCount(long long value)
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_ROUTE53_API HostedZone(const Aws::Utils::Xml::XmlNode &xmlNode)
HostedZone & WithResourceRecordSetCount(long long value)
bool CallerReferenceHasBeenSet() const
bool ConfigHasBeenSet() const
const Aws::String & GetId() const
const LinkedService & GetLinkedService() const
void SetConfig(ConfigT &&value)
HostedZone & WithConfig(ConfigT &&value)
bool LinkedServiceHasBeenSet() const
HostedZone & WithLinkedService(LinkedServiceT &&value)
const Aws::String & GetName() const
void SetCallerReference(CallerReferenceT &&value)
HostedZone & WithCallerReference(CallerReferenceT &&value)
bool ResourceRecordSetCountHasBeenSet() const
HostedZone & WithName(NameT &&value)
const HostedZoneConfig & GetConfig() const
AWS_ROUTE53_API HostedZone & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetLinkedService(LinkedServiceT &&value)
const Aws::String & GetCallerReference() const
long long GetResourceRecordSetCount() const
AWS_ROUTE53_API HostedZone()=default
void SetName(NameT &&value)
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String