7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/ec2/model/FleetLaunchTemplateSpecification.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ec2/model/FleetLaunchTemplateOverrides.h>
50 template<
typename LaunchTemplateSpecificationT = FleetLaunchTemplateSpecification>
51 void SetLaunchTemplateSpecification(LaunchTemplateSpecificationT&& value) { m_launchTemplateSpecificationHasBeenSet =
true; m_launchTemplateSpecification = std::forward<LaunchTemplateSpecificationT>(value); }
52 template<
typename LaunchTemplateSpecificationT = FleetLaunchTemplateSpecification>
63 template<
typename Overr
idesT = Aws::Vector<FleetLaunchTemplateOverr
ides>>
64 void SetOverrides(OverridesT&& value) { m_overridesHasBeenSet =
true; m_overrides = std::forward<OverridesT>(value); }
65 template<
typename Overr
idesT = Aws::Vector<FleetLaunchTemplateOverr
ides>>
67 template<
typename Overr
idesT = FleetLaunchTemplateOverr
ides>
73 bool m_launchTemplateSpecificationHasBeenSet =
false;
76 bool m_overridesHasBeenSet =
false;
AWS_EC2_API FleetLaunchTemplateConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
FleetLaunchTemplateConfig & AddOverrides(OverridesT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::Vector< FleetLaunchTemplateOverrides > & GetOverrides() const
void SetLaunchTemplateSpecification(LaunchTemplateSpecificationT &&value)
FleetLaunchTemplateConfig & WithLaunchTemplateSpecification(LaunchTemplateSpecificationT &&value)
AWS_EC2_API FleetLaunchTemplateConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetOverrides(OverridesT &&value)
const FleetLaunchTemplateSpecification & GetLaunchTemplateSpecification() const
bool LaunchTemplateSpecificationHasBeenSet() const
FleetLaunchTemplateConfig & WithOverrides(OverridesT &&value)
bool OverridesHasBeenSet() const
AWS_EC2_API FleetLaunchTemplateConfig()=default
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream