7#include <aws/core/http/HttpResponse.h>
8#include <aws/elasticloadbalancing/ElasticLoadBalancing_EXPORTS.h>
9#include <aws/elasticloadbalancing/model/HealthCheck.h>
10#include <aws/elasticloadbalancing/model/ResponseMetadata.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ElasticLoadBalancing {
42 template <
typename HealthCheckT = HealthCheck>
44 m_healthCheckHasBeenSet =
true;
45 m_healthCheck = std::forward<HealthCheckT>(value);
47 template <
typename HealthCheckT = HealthCheck>
57 template <
typename ResponseMetadataT = ResponseMetadata>
59 m_responseMetadataHasBeenSet =
true;
60 m_responseMetadata = std::forward<ResponseMetadataT>(value);
62 template <
typename ResponseMetadataT = ResponseMetadata>
75 bool m_healthCheckHasBeenSet =
false;
76 bool m_responseMetadataHasBeenSet =
false;
Aws::Utils::Xml::XmlDocument XmlDocument