7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/license-manager/LicenseManagerRequest.h>
9#include <aws/license-manager/LicenseManager_EXPORTS.h>
14namespace LicenseManager {
39 template <
typename LicenseConfigurationArnT = Aws::String>
41 m_licenseConfigurationArnHasBeenSet =
true;
42 m_licenseConfigurationArn = std::forward<LicenseConfigurationArnT>(value);
44 template <
typename LicenseConfigurationArnT = Aws::String>
52 bool m_licenseConfigurationArnHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetLicenseConfigurationArn(LicenseConfigurationArnT &&value)
const Aws::String & GetLicenseConfigurationArn() const
AWS_LICENSEMANAGER_API DeleteLicenseConfigurationRequest()=default
AWS_LICENSEMANAGER_API Aws::String SerializePayload() const override
AWS_LICENSEMANAGER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteLicenseConfigurationRequest & WithLicenseConfigurationArn(LicenseConfigurationArnT &&value)
bool LicenseConfigurationArnHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String