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>
50 inline void SetLicenseConfigurationArn(
const char* value) { m_licenseConfigurationArnHasBeenSet =
true; m_licenseConfigurationArn.assign(value); }
58 bool m_licenseConfigurationArnHasBeenSet =
false;
void SetLicenseConfigurationArn(const char *value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetLicenseConfigurationArn(Aws::String &&value)
AWS_EC2_API LaunchTemplateLicenseConfigurationRequest()
LaunchTemplateLicenseConfigurationRequest & WithLicenseConfigurationArn(const Aws::String &value)
AWS_EC2_API LaunchTemplateLicenseConfigurationRequest & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetLicenseConfigurationArn(const Aws::String &value)
AWS_EC2_API LaunchTemplateLicenseConfigurationRequest(const Aws::Utils::Xml::XmlNode &xmlNode)
LaunchTemplateLicenseConfigurationRequest & WithLicenseConfigurationArn(Aws::String &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
LaunchTemplateLicenseConfigurationRequest & WithLicenseConfigurationArn(const char *value)
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