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 LicenseConsumptionTokenT = Aws::String>
44 void SetLicenseConsumptionToken(LicenseConsumptionTokenT&& value) { m_licenseConsumptionTokenHasBeenSet =
true; m_licenseConsumptionToken = std::forward<LicenseConsumptionTokenT>(value); }
45 template<
typename LicenseConsumptionTokenT = Aws::String>
57 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
63 bool m_licenseConsumptionTokenHasBeenSet =
false;
66 bool m_dryRunHasBeenSet =
false;
AWS_LICENSEMANAGER_API ExtendLicenseConsumptionRequest()=default
void SetDryRun(bool value)
bool LicenseConsumptionTokenHasBeenSet() const
AWS_LICENSEMANAGER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool DryRunHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ExtendLicenseConsumptionRequest & WithDryRun(bool value)
AWS_LICENSEMANAGER_API Aws::String SerializePayload() const override
ExtendLicenseConsumptionRequest & WithLicenseConsumptionToken(LicenseConsumptionTokenT &&value)
void SetLicenseConsumptionToken(LicenseConsumptionTokenT &&value)
const Aws::String & GetLicenseConsumptionToken() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String