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