7#include <aws/autoscaling/AutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/autoscaling/model/LaunchTemplateSpecification.h>
10#include <aws/autoscaling/model/MixedInstancesPolicy.h>
82 bool m_launchTemplateHasBeenSet =
false;
85 bool m_mixedInstancesPolicyHasBeenSet =
false;
void SetMixedInstancesPolicy(MixedInstancesPolicy &&value)
const MixedInstancesPolicy & GetMixedInstancesPolicy() const
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetLaunchTemplate(const LaunchTemplateSpecification &value)
AWS_AUTOSCALING_API DesiredConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
DesiredConfiguration & WithLaunchTemplate(LaunchTemplateSpecification &&value)
void SetMixedInstancesPolicy(const MixedInstancesPolicy &value)
bool LaunchTemplateHasBeenSet() const
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
DesiredConfiguration & WithMixedInstancesPolicy(MixedInstancesPolicy &&value)
const LaunchTemplateSpecification & GetLaunchTemplate() const
AWS_AUTOSCALING_API DesiredConfiguration()
AWS_AUTOSCALING_API DesiredConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
DesiredConfiguration & WithLaunchTemplate(const LaunchTemplateSpecification &value)
void SetLaunchTemplate(LaunchTemplateSpecification &&value)
bool MixedInstancesPolicyHasBeenSet() const
DesiredConfiguration & WithMixedInstancesPolicy(const MixedInstancesPolicy &value)
std::basic_ostream< char, std::char_traits< char > > OStream