7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53/Route53_EXPORTS.h>
9#include <aws/route53/model/HealthCheckRegion.h>
10#include <aws/route53/model/StatusReport.h>
45 m_regionHasBeenSet =
true;
61 template <
typename IPAddressT = Aws::String>
63 m_iPAddressHasBeenSet =
true;
64 m_iPAddress = std::forward<IPAddressT>(value);
66 template <
typename IPAddressT = Aws::String>
80 template <
typename StatusReportT = StatusReport>
82 m_statusReportHasBeenSet =
true;
83 m_statusReport = std::forward<StatusReportT>(value);
85 template <
typename StatusReportT = StatusReport>
96 StatusReport m_statusReport;
97 bool m_regionHasBeenSet =
false;
98 bool m_iPAddressHasBeenSet =
false;
99 bool m_statusReportHasBeenSet =
false;
bool IPAddressHasBeenSet() const
HealthCheckObservation & WithRegion(HealthCheckRegion value)
const Aws::String & GetIPAddress() const
HealthCheckObservation & WithIPAddress(IPAddressT &&value)
void SetStatusReport(StatusReportT &&value)
void SetRegion(HealthCheckRegion value)
HealthCheckObservation & WithStatusReport(StatusReportT &&value)
AWS_ROUTE53_API HealthCheckObservation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
HealthCheckRegion GetRegion() const
bool RegionHasBeenSet() const
AWS_ROUTE53_API HealthCheckObservation()=default
bool StatusReportHasBeenSet() const
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const StatusReport & GetStatusReport() const
void SetIPAddress(IPAddressT &&value)
AWS_ROUTE53_API HealthCheckObservation(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String