7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53/Route53_EXPORTS.h>
9#include <aws/route53/model/HostedZoneConfig.h>
10#include <aws/route53/model/HostedZoneFeatures.h>
11#include <aws/route53/model/LinkedService.h>
45 template <
typename IdT = Aws::String>
47 m_idHasBeenSet =
true;
48 m_id = std::forward<IdT>(value);
50 template <
typename IdT = Aws::String>
52 SetId(std::forward<IdT>(value));
68 template <
typename NameT = Aws::String>
70 m_nameHasBeenSet =
true;
71 m_name = std::forward<NameT>(value);
73 template <
typename NameT = Aws::String>
75 SetName(std::forward<NameT>(value));
87 template <
typename CallerReferenceT = Aws::String>
89 m_callerReferenceHasBeenSet =
true;
90 m_callerReference = std::forward<CallerReferenceT>(value);
92 template <
typename CallerReferenceT = Aws::String>
109 template <
typename ConfigT = HostedZoneConfig>
111 m_configHasBeenSet =
true;
112 m_config = std::forward<ConfigT>(value);
114 template <
typename ConfigT = HostedZoneConfig>
128 m_resourceRecordSetCountHasBeenSet =
true;
129 m_resourceRecordSetCount = value;
145 template <
typename LinkedServiceT = LinkedService>
147 m_linkedServiceHasBeenSet =
true;
148 m_linkedService = std::forward<LinkedServiceT>(value);
150 template <
typename LinkedServiceT = LinkedService>
164 template <
typename FeaturesT = HostedZoneFeatures>
166 m_featuresHasBeenSet =
true;
167 m_features = std::forward<FeaturesT>(value);
169 template <
typename FeaturesT = HostedZoneFeatures>
184 long long m_resourceRecordSetCount{0};
186 LinkedService m_linkedService;
188 HostedZoneFeatures m_features;
189 bool m_idHasBeenSet =
false;
190 bool m_nameHasBeenSet =
false;
191 bool m_callerReferenceHasBeenSet =
false;
192 bool m_configHasBeenSet =
false;
193 bool m_resourceRecordSetCountHasBeenSet =
false;
194 bool m_linkedServiceHasBeenSet =
false;
195 bool m_featuresHasBeenSet =
false;
bool IdHasBeenSet() const
HostedZone & WithId(IdT &&value)
void SetResourceRecordSetCount(long long value)
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
HostedZone & WithFeatures(FeaturesT &&value)
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 FeaturesHasBeenSet() const
bool LinkedServiceHasBeenSet() const
HostedZone & WithLinkedService(LinkedServiceT &&value)
const Aws::String & GetName() const
void SetCallerReference(CallerReferenceT &&value)
const HostedZoneFeatures & GetFeatures() const
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 SetFeatures(FeaturesT &&value)
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