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>
66 inline void SetCallerReference(
const char* value) { m_callerReferenceHasBeenSet =
true; m_callerReference.assign(value); }
86 bool m_callerReferenceHasBeenSet =
false;
89 bool m_healthCheckConfigHasBeenSet =
false;
CreateHealthCheckRequest & WithCallerReference(const Aws::String &value)
void SetHealthCheckConfig(HealthCheckConfig &&value)
const HealthCheckConfig & GetHealthCheckConfig() const
AWS_ROUTE53_API CreateHealthCheckRequest()
void SetHealthCheckConfig(const HealthCheckConfig &value)
CreateHealthCheckRequest & WithHealthCheckConfig(HealthCheckConfig &&value)
void SetCallerReference(const Aws::String &value)
bool CallerReferenceHasBeenSet() const
CreateHealthCheckRequest & WithHealthCheckConfig(const HealthCheckConfig &value)
CreateHealthCheckRequest & WithCallerReference(Aws::String &&value)
CreateHealthCheckRequest & WithCallerReference(const char *value)
virtual const char * GetServiceRequestName() const override
bool HealthCheckConfigHasBeenSet() const
void SetCallerReference(const char *value)
AWS_ROUTE53_API Aws::String SerializePayload() const override
const Aws::String & GetCallerReference() const
void SetCallerReference(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String