7#include <aws/license-manager/LicenseManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace LicenseManager
47 template<
typename LicenseConfigurationArnT = Aws::String>
48 void SetLicenseConfigurationArn(LicenseConfigurationArnT&& value) { m_licenseConfigurationArnHasBeenSet =
true; m_licenseConfigurationArn = std::forward<LicenseConfigurationArnT>(value); }
49 template<
typename LicenseConfigurationArnT = Aws::String>
60 template<
typename AmiAssociationScopeT = Aws::String>
61 void SetAmiAssociationScope(AmiAssociationScopeT&& value) { m_amiAssociationScopeHasBeenSet =
true; m_amiAssociationScope = std::forward<AmiAssociationScopeT>(value); }
62 template<
typename AmiAssociationScopeT = Aws::String>
68 bool m_licenseConfigurationArnHasBeenSet =
false;
71 bool m_amiAssociationScopeHasBeenSet =
false;
void SetAmiAssociationScope(AmiAssociationScopeT &&value)
LicenseSpecification & WithAmiAssociationScope(AmiAssociationScopeT &&value)
bool AmiAssociationScopeHasBeenSet() const
const Aws::String & GetLicenseConfigurationArn() const
const Aws::String & GetAmiAssociationScope() const
AWS_LICENSEMANAGER_API LicenseSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LICENSEMANAGER_API LicenseSpecification(Aws::Utils::Json::JsonView jsonValue)
AWS_LICENSEMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LICENSEMANAGER_API LicenseSpecification()=default
bool LicenseConfigurationArnHasBeenSet() const
void SetLicenseConfigurationArn(LicenseConfigurationArnT &&value)
LicenseSpecification & WithLicenseConfigurationArn(LicenseConfigurationArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue