7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53/Route53_EXPORTS.h>
9#include <aws/route53/model/CloudWatchAlarmConfiguration.h>
10#include <aws/route53/model/HealthCheckConfig.h>
11#include <aws/route53/model/LinkedService.h>
48 template <
typename IdT = Aws::String>
50 m_idHasBeenSet =
true;
51 m_id = std::forward<IdT>(value);
53 template <
typename IdT = Aws::String>
55 SetId(std::forward<IdT>(value));
66 template <
typename CallerReferenceT = Aws::String>
68 m_callerReferenceHasBeenSet =
true;
69 m_callerReference = std::forward<CallerReferenceT>(value);
71 template <
typename CallerReferenceT = Aws::String>
86 template <
typename LinkedServiceT = LinkedService>
88 m_linkedServiceHasBeenSet =
true;
89 m_linkedService = std::forward<LinkedServiceT>(value);
91 template <
typename LinkedServiceT = LinkedService>
104 template <
typename HealthCheckConfigT = HealthCheckConfig>
106 m_healthCheckConfigHasBeenSet =
true;
107 m_healthCheckConfig = std::forward<HealthCheckConfigT>(value);
109 template <
typename HealthCheckConfigT = HealthCheckConfig>
125 m_healthCheckVersionHasBeenSet =
true;
126 m_healthCheckVersion = value;
141 template <
typename CloudWatchAlarmConfigurationT = CloudWatchAlarmConfiguration>
143 m_cloudWatchAlarmConfigurationHasBeenSet =
true;
144 m_cloudWatchAlarmConfiguration = std::forward<CloudWatchAlarmConfigurationT>(value);
146 template <
typename CloudWatchAlarmConfigurationT = CloudWatchAlarmConfiguration>
154 bool m_idHasBeenSet =
false;
157 bool m_callerReferenceHasBeenSet =
false;
160 bool m_linkedServiceHasBeenSet =
false;
163 bool m_healthCheckConfigHasBeenSet =
false;
165 long long m_healthCheckVersion{0};
166 bool m_healthCheckVersionHasBeenSet =
false;
168 CloudWatchAlarmConfiguration m_cloudWatchAlarmConfiguration;
169 bool m_cloudWatchAlarmConfigurationHasBeenSet =
false;
HealthCheck & WithHealthCheckVersion(long long value)
bool HealthCheckConfigHasBeenSet() const
void SetHealthCheckVersion(long long value)
long long GetHealthCheckVersion() const
const HealthCheckConfig & GetHealthCheckConfig() const
bool LinkedServiceHasBeenSet() const
HealthCheck & WithCallerReference(CallerReferenceT &&value)
void SetLinkedService(LinkedServiceT &&value)
const LinkedService & GetLinkedService() const
HealthCheck & WithCloudWatchAlarmConfiguration(CloudWatchAlarmConfigurationT &&value)
AWS_ROUTE53_API HealthCheck()=default
AWS_ROUTE53_API HealthCheck(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetId() const
void SetCallerReference(CallerReferenceT &&value)
bool HealthCheckVersionHasBeenSet() const
const Aws::String & GetCallerReference() const
void SetHealthCheckConfig(HealthCheckConfigT &&value)
HealthCheck & WithHealthCheckConfig(HealthCheckConfigT &&value)
AWS_ROUTE53_API HealthCheck & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const CloudWatchAlarmConfiguration & GetCloudWatchAlarmConfiguration() const
HealthCheck & WithLinkedService(LinkedServiceT &&value)
void SetCloudWatchAlarmConfiguration(CloudWatchAlarmConfigurationT &&value)
bool CloudWatchAlarmConfigurationHasBeenSet() const
bool IdHasBeenSet() const
bool CallerReferenceHasBeenSet() const
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
HealthCheck & WithId(IdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String