7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename LicenseConfigurationArnT = Aws::String>
49 void SetLicenseConfigurationArn(LicenseConfigurationArnT&& value) { m_licenseConfigurationArnHasBeenSet =
true; m_licenseConfigurationArn = std::forward<LicenseConfigurationArnT>(value); }
50 template<
typename LicenseConfigurationArnT = Aws::String>
56 bool m_licenseConfigurationArnHasBeenSet =
false;
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API LaunchTemplateLicenseConfigurationRequest & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetLicenseConfigurationArn(LicenseConfigurationArnT &&value)
AWS_EC2_API LaunchTemplateLicenseConfigurationRequest(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
LaunchTemplateLicenseConfigurationRequest & WithLicenseConfigurationArn(LicenseConfigurationArnT &&value)
AWS_EC2_API LaunchTemplateLicenseConfigurationRequest()=default
const Aws::String & GetLicenseConfigurationArn() const
bool LicenseConfigurationArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream