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 LicenseConsumptionTokenT = Aws::String>
41 m_licenseConsumptionTokenHasBeenSet =
true;
42 m_licenseConsumptionToken = std::forward<LicenseConsumptionTokenT>(value);
44 template <
typename LicenseConsumptionTokenT = Aws::String>
57 template <
typename BeneficiaryT = Aws::String>
59 m_beneficiaryHasBeenSet =
true;
60 m_beneficiary = std::forward<BeneficiaryT>(value);
62 template <
typename BeneficiaryT = Aws::String>
72 bool m_licenseConsumptionTokenHasBeenSet =
false;
73 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