7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53/Route53_EXPORTS.h>
10#include <aws/route53/model/HealthCheck.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template <
typename HealthCheckT = HealthCheck>
45 m_healthCheckHasBeenSet =
true;
46 m_healthCheck = std::forward<HealthCheckT>(value);
48 template <
typename HealthCheckT = HealthCheck>
60 template <
typename LocationT = Aws::String>
62 m_locationHasBeenSet =
true;
63 m_location = std::forward<LocationT>(value);
65 template <
typename LocationT = Aws::String>
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
95 bool m_healthCheckHasBeenSet =
false;
96 bool m_locationHasBeenSet =
false;
97 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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