7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53/Route53_EXPORTS.h>
9#include <aws/route53/model/HealthCheck.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template <
typename HealthCheckT = HealthCheck>
44 m_healthCheckHasBeenSet =
true;
45 m_healthCheck = std::forward<HealthCheckT>(value);
47 template <
typename HealthCheckT = HealthCheck>
59 template <
typename LocationT = Aws::String>
61 m_locationHasBeenSet =
true;
62 m_location = std::forward<LocationT>(value);
64 template <
typename LocationT = Aws::String>
74 template <
typename RequestIdT = Aws::String>
76 m_requestIdHasBeenSet =
true;
77 m_requestId = std::forward<RequestIdT>(value);
79 template <
typename RequestIdT = Aws::String>
87 bool m_healthCheckHasBeenSet =
false;
90 bool m_locationHasBeenSet =
false;
93 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