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 LicenseArnT = Aws::String>
44 void SetLicenseArn(LicenseArnT&& value) { m_licenseArnHasBeenSet =
true; m_licenseArn = std::forward<LicenseArnT>(value); }
45 template<
typename LicenseArnT = Aws::String>
55 template<
typename SourceVersionT = Aws::String>
56 void SetSourceVersion(SourceVersionT&& value) { m_sourceVersionHasBeenSet =
true; m_sourceVersion = std::forward<SourceVersionT>(value); }
57 template<
typename SourceVersionT = Aws::String>
63 bool m_licenseArnHasBeenSet =
false;
66 bool m_sourceVersionHasBeenSet =
false;
AWS_LICENSEMANAGER_API DeleteLicenseRequest()=default
const Aws::String & GetSourceVersion() const
void SetSourceVersion(SourceVersionT &&value)
AWS_LICENSEMANAGER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool LicenseArnHasBeenSet() const
bool SourceVersionHasBeenSet() const
DeleteLicenseRequest & WithSourceVersion(SourceVersionT &&value)
const Aws::String & GetLicenseArn() const
virtual const char * GetServiceRequestName() const override
DeleteLicenseRequest & WithLicenseArn(LicenseArnT &&value)
AWS_LICENSEMANAGER_API Aws::String SerializePayload() const override
void SetLicenseArn(LicenseArnT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String