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>
49 template<
typename LicenseConfigurationArnT = Aws::String>
50 void SetLicenseConfigurationArn(LicenseConfigurationArnT&& value) { m_licenseConfigurationArnHasBeenSet =
true; m_licenseConfigurationArn = std::forward<LicenseConfigurationArnT>(value); }
51 template<
typename LicenseConfigurationArnT = Aws::String>
57 bool m_licenseConfigurationArnHasBeenSet =
false;
AWS_EC2_API ImportImageLicenseConfigurationResponse(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API ImportImageLicenseConfigurationResponse()=default
bool LicenseConfigurationArnHasBeenSet() const
AWS_EC2_API ImportImageLicenseConfigurationResponse & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetLicenseConfigurationArn() const
void SetLicenseConfigurationArn(LicenseConfigurationArnT &&value)
ImportImageLicenseConfigurationResponse & WithLicenseConfigurationArn(LicenseConfigurationArnT &&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
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream