7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ec2/model/TargetGroup.h>
61 bool m_targetGroupsHasBeenSet =
false;
AWS_EC2_API TargetGroupsConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
TargetGroupsConfig & WithTargetGroups(Aws::Vector< TargetGroup > &&value)
const Aws::Vector< TargetGroup > & GetTargetGroups() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API TargetGroupsConfig()
TargetGroupsConfig & AddTargetGroups(const TargetGroup &value)
AWS_EC2_API TargetGroupsConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetTargetGroups(Aws::Vector< TargetGroup > &&value)
TargetGroupsConfig & AddTargetGroups(TargetGroup &&value)
void SetTargetGroups(const Aws::Vector< TargetGroup > &value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool TargetGroupsHasBeenSet() const
TargetGroupsConfig & WithTargetGroups(const Aws::Vector< TargetGroup > &value)
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream