7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/Route53Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/route53/model/HealthCheckConfig.h>
64 template<
typename CallerReferenceT = Aws::String>
65 void SetCallerReference(CallerReferenceT&& value) { m_callerReferenceHasBeenSet =
true; m_callerReference = std::forward<CallerReferenceT>(value); }
66 template<
typename CallerReferenceT = Aws::String>
76 template<
typename HealthCheckConfigT = HealthCheckConfig>
77 void SetHealthCheckConfig(HealthCheckConfigT&& value) { m_healthCheckConfigHasBeenSet =
true; m_healthCheckConfig = std::forward<HealthCheckConfigT>(value); }
78 template<
typename HealthCheckConfigT = HealthCheckConfig>
84 bool m_callerReferenceHasBeenSet =
false;
87 bool m_healthCheckConfigHasBeenSet =
false;
const HealthCheckConfig & GetHealthCheckConfig() const
void SetHealthCheckConfig(HealthCheckConfigT &&value)
bool CallerReferenceHasBeenSet() const
void SetCallerReference(CallerReferenceT &&value)
CreateHealthCheckRequest & WithHealthCheckConfig(HealthCheckConfigT &&value)
virtual const char * GetServiceRequestName() const override
bool HealthCheckConfigHasBeenSet() const
AWS_ROUTE53_API CreateHealthCheckRequest()=default
AWS_ROUTE53_API Aws::String SerializePayload() const override
CreateHealthCheckRequest & WithCallerReference(CallerReferenceT &&value)
const Aws::String & GetCallerReference() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String