7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
10#include <aws/elasticloadbalancingv2/model/ResponseMetadata.h>
11#include <aws/elasticloadbalancingv2/model/TargetGroup.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ElasticLoadBalancingv2 {
38 template <
typename TargetGroupsT = Aws::Vector<TargetGroup>>
40 m_targetGroupsHasBeenSet =
true;
41 m_targetGroups = std::forward<TargetGroupsT>(value);
43 template <
typename TargetGroupsT = Aws::Vector<TargetGroup>>
48 template <
typename TargetGroupsT = TargetGroup>
50 m_targetGroupsHasBeenSet =
true;
51 m_targetGroups.emplace_back(std::forward<TargetGroupsT>(value));
62 template <
typename NextMarkerT = Aws::String>
64 m_nextMarkerHasBeenSet =
true;
65 m_nextMarker = std::forward<NextMarkerT>(value);
67 template <
typename NextMarkerT = Aws::String>
77 template <
typename ResponseMetadataT = ResponseMetadata>
79 m_responseMetadataHasBeenSet =
true;
80 m_responseMetadata = std::forward<ResponseMetadataT>(value);
82 template <
typename ResponseMetadataT = ResponseMetadata>
94 bool m_targetGroupsHasBeenSet =
false;
95 bool m_nextMarkerHasBeenSet =
false;
96 bool m_responseMetadataHasBeenSet =
false;
DescribeTargetGroupsResult & WithTargetGroups(TargetGroupsT &&value)
DescribeTargetGroupsResult & AddTargetGroups(TargetGroupsT &&value)
AWS_ELASTICLOADBALANCINGV2_API DescribeTargetGroupsResult()=default
const ResponseMetadata & GetResponseMetadata() const
const Aws::String & GetNextMarker() const
DescribeTargetGroupsResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
void SetTargetGroups(TargetGroupsT &&value)
DescribeTargetGroupsResult & WithNextMarker(NextMarkerT &&value)
const Aws::Vector< TargetGroup > & GetTargetGroups() const
AWS_ELASTICLOADBALANCINGV2_API DescribeTargetGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetNextMarker(NextMarkerT &&value)
AWS_ELASTICLOADBALANCINGV2_API DescribeTargetGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument