7#include <aws/autoscaling/AutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/autoscaling/model/LaunchTemplate.h>
10#include <aws/autoscaling/model/InstancesDistribution.h>
76 bool m_launchTemplateHasBeenSet =
false;
79 bool m_instancesDistributionHasBeenSet =
false;
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_AUTOSCALING_API MixedInstancesPolicy()
void SetLaunchTemplate(const LaunchTemplate &value)
MixedInstancesPolicy & WithLaunchTemplate(const LaunchTemplate &value)
bool InstancesDistributionHasBeenSet() const
AWS_AUTOSCALING_API MixedInstancesPolicy(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetInstancesDistribution(const InstancesDistribution &value)
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &oStream, const char *location) const
MixedInstancesPolicy & WithInstancesDistribution(InstancesDistribution &&value)
void SetLaunchTemplate(LaunchTemplate &&value)
bool LaunchTemplateHasBeenSet() const
AWS_AUTOSCALING_API MixedInstancesPolicy & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetInstancesDistribution(InstancesDistribution &&value)
MixedInstancesPolicy & WithInstancesDistribution(const InstancesDistribution &value)
const LaunchTemplate & GetLaunchTemplate() const
const InstancesDistribution & GetInstancesDistribution() const
MixedInstancesPolicy & WithLaunchTemplate(LaunchTemplate &&value)
std::basic_ostream< char, std::char_traits< char > > OStream