7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ec2/EC2_EXPORTS.h>
10#include <aws/ec2/model/FleetLaunchTemplateOverrides.h>
11#include <aws/ec2/model/FleetLaunchTemplateSpecification.h>
44 template <
typename LaunchTemplateSpecificationT = FleetLaunchTemplateSpecification>
46 m_launchTemplateSpecificationHasBeenSet =
true;
47 m_launchTemplateSpecification = std::forward<LaunchTemplateSpecificationT>(value);
49 template <
typename LaunchTemplateSpecificationT = FleetLaunchTemplateSpecification>
63 template <
typename Overr
idesT = Aws::Vector<FleetLaunchTemplateOverr
ides>>
65 m_overridesHasBeenSet =
true;
66 m_overrides = std::forward<OverridesT>(value);
68 template <
typename Overr
idesT = Aws::Vector<FleetLaunchTemplateOverr
ides>>
73 template <
typename Overr
idesT = FleetLaunchTemplateOverr
ides>
75 m_overridesHasBeenSet =
true;
76 m_overrides.emplace_back(std::forward<OverridesT>(value));
84 bool m_launchTemplateSpecificationHasBeenSet =
false;
85 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