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>
55 template<
typename BeneficiaryT = Aws::String>
56 void SetBeneficiary(BeneficiaryT&& value) { m_beneficiaryHasBeenSet =
true; m_beneficiary = std::forward<BeneficiaryT>(value); }
57 template<
typename BeneficiaryT = Aws::String>
63 bool m_licenseConsumptionTokenHasBeenSet =
false;
66 bool m_beneficiaryHasBeenSet =
false;
AWS_LICENSEMANAGER_API Aws::String SerializePayload() const override
const Aws::String & GetLicenseConsumptionToken() const
bool LicenseConsumptionTokenHasBeenSet() const
CheckInLicenseRequest & WithBeneficiary(BeneficiaryT &&value)
AWS_LICENSEMANAGER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
AWS_LICENSEMANAGER_API CheckInLicenseRequest()=default
const Aws::String & GetBeneficiary() const
bool BeneficiaryHasBeenSet() const
void SetLicenseConsumptionToken(LicenseConsumptionTokenT &&value)
CheckInLicenseRequest & WithLicenseConsumptionToken(LicenseConsumptionTokenT &&value)
void SetBeneficiary(BeneficiaryT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String