7#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticloadbalancingv2/model/ResponseMetadata.h>
10#include <aws/elasticloadbalancingv2/model/TargetHealthDescription.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ElasticLoadBalancingv2
42 template<
typename TargetHealthDescriptionsT = Aws::Vector<TargetHealthDescription>>
43 void SetTargetHealthDescriptions(TargetHealthDescriptionsT&& value) { m_targetHealthDescriptionsHasBeenSet =
true; m_targetHealthDescriptions = std::forward<TargetHealthDescriptionsT>(value); }
44 template<
typename TargetHealthDescriptionsT = Aws::Vector<TargetHealthDescription>>
46 template<
typename TargetHealthDescriptionsT = TargetHealthDescription>
53 template<
typename ResponseMetadataT = ResponseMetadata>
54 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
55 template<
typename ResponseMetadataT = ResponseMetadata>
61 bool m_targetHealthDescriptionsHasBeenSet =
false;
64 bool m_responseMetadataHasBeenSet =
false;
const Aws::Vector< TargetHealthDescription > & GetTargetHealthDescriptions() const
AWS_ELASTICLOADBALANCINGV2_API DescribeTargetHealthResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetTargetHealthDescriptions(TargetHealthDescriptionsT &&value)
AWS_ELASTICLOADBALANCINGV2_API DescribeTargetHealthResult()=default
DescribeTargetHealthResult & WithTargetHealthDescriptions(TargetHealthDescriptionsT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
const ResponseMetadata & GetResponseMetadata() const
DescribeTargetHealthResult & AddTargetHealthDescriptions(TargetHealthDescriptionsT &&value)
DescribeTargetHealthResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_ELASTICLOADBALANCINGV2_API DescribeTargetHealthResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument