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;
24namespace ElasticLoadBalancing
46 template<
typename HealthCheckT = HealthCheck>
47 void SetHealthCheck(HealthCheckT&& value) { m_healthCheckHasBeenSet =
true; m_healthCheck = std::forward<HealthCheckT>(value); }
48 template<
typename HealthCheckT = HealthCheck>
55 template<
typename ResponseMetadataT = ResponseMetadata>
56 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
57 template<
typename ResponseMetadataT = ResponseMetadata>
63 bool m_healthCheckHasBeenSet =
false;
66 bool m_responseMetadataHasBeenSet =
false;
Aws::Utils::Xml::XmlDocument XmlDocument