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
45 inline void SetLicenseConfigurationArn(
const char* value) { m_licenseConfigurationArnHasBeenSet =
true; m_licenseConfigurationArn.assign(value); }
53 bool m_licenseConfigurationArnHasBeenSet =
false;
AWS_LICENSEMANAGER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetLicenseConfigurationRequest & WithLicenseConfigurationArn(const Aws::String &value)
void SetLicenseConfigurationArn(const char *value)
GetLicenseConfigurationRequest & WithLicenseConfigurationArn(const char *value)
const Aws::String & GetLicenseConfigurationArn() const
virtual const char * GetServiceRequestName() const override
bool LicenseConfigurationArnHasBeenSet() const
void SetLicenseConfigurationArn(const Aws::String &value)
AWS_LICENSEMANAGER_API Aws::String SerializePayload() const override
void SetLicenseConfigurationArn(Aws::String &&value)
GetLicenseConfigurationRequest & WithLicenseConfigurationArn(Aws::String &&value)
AWS_LICENSEMANAGER_API GetLicenseConfigurationRequest()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String