7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
9#include <aws/elasticloadbalancingv2/model/ResponseMetadata.h>
10#include <aws/elasticloadbalancingv2/model/TargetGroup.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ElasticLoadBalancingv2 {
37 template <
typename TargetGroupsT = Aws::Vector<TargetGroup>>
39 m_targetGroupsHasBeenSet =
true;
40 m_targetGroups = std::forward<TargetGroupsT>(value);
42 template <
typename TargetGroupsT = Aws::Vector<TargetGroup>>
47 template <
typename TargetGroupsT = TargetGroup>
49 m_targetGroupsHasBeenSet =
true;
50 m_targetGroups.emplace_back(std::forward<TargetGroupsT>(value));
58 template <
typename ResponseMetadataT = ResponseMetadata>
60 m_responseMetadataHasBeenSet =
true;
61 m_responseMetadata = std::forward<ResponseMetadataT>(value);
63 template <
typename ResponseMetadataT = ResponseMetadata>
73 bool m_targetGroupsHasBeenSet =
false;
74 bool m_responseMetadataHasBeenSet =
false;
ModifyTargetGroupResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_ELASTICLOADBALANCINGV2_API ModifyTargetGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ModifyTargetGroupResult & AddTargetGroups(TargetGroupsT &&value)
AWS_ELASTICLOADBALANCINGV2_API ModifyTargetGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ModifyTargetGroupResult & WithTargetGroups(TargetGroupsT &&value)
const Aws::Vector< TargetGroup > & GetTargetGroups() const
void SetResponseMetadata(ResponseMetadataT &&value)
void SetTargetGroups(TargetGroupsT &&value)
const ResponseMetadata & GetResponseMetadata() const
AWS_ELASTICLOADBALANCINGV2_API ModifyTargetGroupResult()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument