7#include <aws/elasticloadbalancing/ElasticLoadBalancing_EXPORTS.h>
8#include <aws/elasticloadbalancing/model/HealthCheck.h>
9#include <aws/elasticloadbalancing/model/ResponseMetadata.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ElasticLoadBalancing {
41 template <
typename HealthCheckT = HealthCheck>
43 m_healthCheckHasBeenSet =
true;
44 m_healthCheck = std::forward<HealthCheckT>(value);
46 template <
typename HealthCheckT = HealthCheck>
56 template <
typename ResponseMetadataT = ResponseMetadata>
58 m_responseMetadataHasBeenSet =
true;
59 m_responseMetadata = std::forward<ResponseMetadataT>(value);
61 template <
typename ResponseMetadataT = ResponseMetadata>
71 bool m_healthCheckHasBeenSet =
false;
72 bool m_responseMetadataHasBeenSet =
false;
Aws::Utils::Xml::XmlDocument XmlDocument