7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/model/HealthCheck.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
48 template<
typename HealthCheckT = HealthCheck>
49 void SetHealthCheck(HealthCheckT&& value) { m_healthCheckHasBeenSet =
true; m_healthCheck = std::forward<HealthCheckT>(value); }
50 template<
typename HealthCheckT = HealthCheck>
59 template<
typename LocationT = Aws::String>
60 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
61 template<
typename LocationT = Aws::String>
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_healthCheckHasBeenSet =
false;
79 bool m_locationHasBeenSet =
false;
82 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetLocation() const
void SetHealthCheck(HealthCheckT &&value)
CreateHealthCheckResult & WithHealthCheck(HealthCheckT &&value)
CreateHealthCheckResult & WithLocation(LocationT &&value)
const Aws::String & GetRequestId() const
CreateHealthCheckResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
const HealthCheck & GetHealthCheck() const
AWS_ROUTE53_API CreateHealthCheckResult()=default
AWS_ROUTE53_API CreateHealthCheckResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_ROUTE53_API CreateHealthCheckResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetLocation(LocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument