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/PlacementGroupStrategy.h>
50 template<
typename SupportedStrategiesT = Aws::Vector<PlacementGroupStrategy>>
51 void SetSupportedStrategies(SupportedStrategiesT&& value) { m_supportedStrategiesHasBeenSet =
true; m_supportedStrategies = std::forward<SupportedStrategiesT>(value); }
52 template<
typename SupportedStrategiesT = Aws::Vector<PlacementGroupStrategy>>
59 bool m_supportedStrategiesHasBeenSet =
false;
PlacementGroupInfo & AddSupportedStrategies(PlacementGroupStrategy value)
void SetSupportedStrategies(SupportedStrategiesT &&value)
AWS_EC2_API PlacementGroupInfo()=default
PlacementGroupInfo & WithSupportedStrategies(SupportedStrategiesT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool SupportedStrategiesHasBeenSet() const
AWS_EC2_API PlacementGroupInfo(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API PlacementGroupInfo & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::Vector< PlacementGroupStrategy > & GetSupportedStrategies() const
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream