7#include <aws/autoscaling/AutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
19namespace AutoScaling {
52 template <
typename LaunchTemplateIdT = Aws::String>
54 m_launchTemplateIdHasBeenSet =
true;
55 m_launchTemplateId = std::forward<LaunchTemplateIdT>(value);
57 template <
typename LaunchTemplateIdT = Aws::String>
76 template <
typename LaunchTemplateNameT = Aws::String>
78 m_launchTemplateNameHasBeenSet =
true;
79 m_launchTemplateName = std::forward<LaunchTemplateNameT>(value);
81 template <
typename LaunchTemplateNameT = Aws::String>
104 template <
typename VersionT = Aws::String>
106 m_versionHasBeenSet =
true;
107 m_version = std::forward<VersionT>(value);
109 template <
typename VersionT = Aws::String>
117 bool m_launchTemplateIdHasBeenSet =
false;
120 bool m_launchTemplateNameHasBeenSet =
false;
123 bool m_versionHasBeenSet =
false;
void SetLaunchTemplateId(LaunchTemplateIdT &&value)
LaunchTemplateSpecification & WithLaunchTemplateId(LaunchTemplateIdT &&value)
AWS_AUTOSCALING_API LaunchTemplateSpecification & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool VersionHasBeenSet() const
AWS_AUTOSCALING_API LaunchTemplateSpecification()=default
LaunchTemplateSpecification & WithLaunchTemplateName(LaunchTemplateNameT &&value)
void SetVersion(VersionT &&value)
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool LaunchTemplateNameHasBeenSet() const
const Aws::String & GetLaunchTemplateId() const
bool LaunchTemplateIdHasBeenSet() const
void SetLaunchTemplateName(LaunchTemplateNameT &&value)
const Aws::String & GetLaunchTemplateName() const
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetVersion() const
AWS_AUTOSCALING_API LaunchTemplateSpecification(const Aws::Utils::Xml::XmlNode &xmlNode)
LaunchTemplateSpecification & WithVersion(VersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream