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>
60 bool m_supportedStrategiesHasBeenSet =
false;
PlacementGroupInfo & AddSupportedStrategies(const PlacementGroupStrategy &value)
AWS_EC2_API PlacementGroupInfo()
PlacementGroupInfo & WithSupportedStrategies(const Aws::Vector< PlacementGroupStrategy > &value)
void SetSupportedStrategies(Aws::Vector< PlacementGroupStrategy > &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
PlacementGroupInfo & AddSupportedStrategies(PlacementGroupStrategy &&value)
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
PlacementGroupInfo & WithSupportedStrategies(Aws::Vector< PlacementGroupStrategy > &&value)
void SetSupportedStrategies(const Aws::Vector< PlacementGroupStrategy > &value)
const Aws::Vector< PlacementGroupStrategy > & GetSupportedStrategies() const
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream