7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53/model/LinkedService.h>
10#include <aws/route53/model/HealthCheckConfig.h>
11#include <aws/route53/model/CloudWatchAlarmConfiguration.h>
55 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
56 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
70 inline void SetCallerReference(
const char* value) { m_callerReferenceHasBeenSet =
true; m_callerReference.assign(value); }
110 inline void SetHealthCheckVersion(
long long value) { m_healthCheckVersionHasBeenSet =
true; m_healthCheckVersion = value; }
129 bool m_idHasBeenSet =
false;
132 bool m_callerReferenceHasBeenSet =
false;
135 bool m_linkedServiceHasBeenSet =
false;
138 bool m_healthCheckConfigHasBeenSet =
false;
140 long long m_healthCheckVersion;
141 bool m_healthCheckVersionHasBeenSet =
false;
144 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
void SetId(const Aws::String &value)
HealthCheck & WithId(Aws::String &&value)
bool LinkedServiceHasBeenSet() const
void SetId(const char *value)
void SetLinkedService(LinkedService &&value)
void SetId(Aws::String &&value)
void SetCallerReference(Aws::String &&value)
void SetCloudWatchAlarmConfiguration(const CloudWatchAlarmConfiguration &value)
void SetLinkedService(const LinkedService &value)
void SetCloudWatchAlarmConfiguration(CloudWatchAlarmConfiguration &&value)
const LinkedService & GetLinkedService() const
HealthCheck & WithId(const char *value)
void SetHealthCheckConfig(HealthCheckConfig &&value)
void SetHealthCheckConfig(const HealthCheckConfig &value)
HealthCheck & WithCallerReference(const Aws::String &value)
HealthCheck & WithHealthCheckConfig(HealthCheckConfig &&value)
HealthCheck & WithHealthCheckConfig(const HealthCheckConfig &value)
AWS_ROUTE53_API HealthCheck()
AWS_ROUTE53_API HealthCheck(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetId() const
bool HealthCheckVersionHasBeenSet() const
const Aws::String & GetCallerReference() const
HealthCheck & WithCloudWatchAlarmConfiguration(CloudWatchAlarmConfiguration &&value)
void SetCallerReference(const char *value)
HealthCheck & WithLinkedService(LinkedService &&value)
AWS_ROUTE53_API HealthCheck & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
HealthCheck & WithCallerReference(Aws::String &&value)
HealthCheck & WithLinkedService(const LinkedService &value)
const CloudWatchAlarmConfiguration & GetCloudWatchAlarmConfiguration() const
HealthCheck & WithCallerReference(const char *value)
bool CloudWatchAlarmConfigurationHasBeenSet() const
bool IdHasBeenSet() const
bool CallerReferenceHasBeenSet() const
void SetCallerReference(const Aws::String &value)
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
HealthCheck & WithId(const Aws::String &value)
HealthCheck & WithCloudWatchAlarmConfiguration(const CloudWatchAlarmConfiguration &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String