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>
51 inline void SetLicenseConfigurationArn(
const char* value) { m_licenseConfigurationArnHasBeenSet =
true; m_licenseConfigurationArn.assign(value); }
59 bool m_licenseConfigurationArnHasBeenSet =
false;
AWS_EC2_API ImportImageLicenseConfigurationResponse()
AWS_EC2_API ImportImageLicenseConfigurationResponse(const Aws::Utils::Xml::XmlNode &xmlNode)
ImportImageLicenseConfigurationResponse & WithLicenseConfigurationArn(const char *value)
bool LicenseConfigurationArnHasBeenSet() const
ImportImageLicenseConfigurationResponse & WithLicenseConfigurationArn(const Aws::String &value)
AWS_EC2_API ImportImageLicenseConfigurationResponse & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetLicenseConfigurationArn() const
void SetLicenseConfigurationArn(const char *value)
ImportImageLicenseConfigurationResponse & WithLicenseConfigurationArn(Aws::String &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetLicenseConfigurationArn(Aws::String &&value)
void SetLicenseConfigurationArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream