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 LicenseArnT = Aws::String>
 
   41    m_licenseArnHasBeenSet = 
true;
 
   42    m_licenseArn = std::forward<LicenseArnT>(value);
 
   44  template <
typename LicenseArnT = Aws::String>
 
   57  template <
typename VersionT = Aws::String>
 
   59    m_versionHasBeenSet = 
true;
 
   60    m_version = std::forward<VersionT>(value);
 
   62  template <
typename VersionT = Aws::String>
 
   70  bool m_licenseArnHasBeenSet = 
false;
 
   73  bool m_versionHasBeenSet = 
false;
 
void SetLicenseArn(LicenseArnT &&value)
 
GetLicenseRequest & WithLicenseArn(LicenseArnT &&value)
 
bool VersionHasBeenSet() const
 
GetLicenseRequest & WithVersion(VersionT &&value)
 
virtual const char * GetServiceRequestName() const override
 
void SetVersion(VersionT &&value)
 
AWS_LICENSEMANAGER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
 
const Aws::String & GetLicenseArn() const
 
AWS_LICENSEMANAGER_API Aws::String SerializePayload() const override
 
bool LicenseArnHasBeenSet() const
 
AWS_LICENSEMANAGER_API GetLicenseRequest()=default
 
const Aws::String & GetVersion() const
 
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
 
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String