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
45 inline void SetLicenseConsumptionToken(
const char* value) { m_licenseConsumptionTokenHasBeenSet =
true; m_licenseConsumptionToken.assign(value); }
59 inline void SetBeneficiary(
const char* value) { m_beneficiaryHasBeenSet =
true; m_beneficiary.assign(value); }
67 bool m_licenseConsumptionTokenHasBeenSet =
false;
70 bool m_beneficiaryHasBeenSet =
false;
void SetBeneficiary(Aws::String &&value)
AWS_LICENSEMANAGER_API Aws::String SerializePayload() const override
const Aws::String & GetLicenseConsumptionToken() const
void SetLicenseConsumptionToken(const Aws::String &value)
bool LicenseConsumptionTokenHasBeenSet() const
AWS_LICENSEMANAGER_API CheckInLicenseRequest()
AWS_LICENSEMANAGER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetLicenseConsumptionToken(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetBeneficiary(const Aws::String &value)
CheckInLicenseRequest & WithLicenseConsumptionToken(const Aws::String &value)
const Aws::String & GetBeneficiary() const
void SetLicenseConsumptionToken(const char *value)
CheckInLicenseRequest & WithBeneficiary(const char *value)
CheckInLicenseRequest & WithLicenseConsumptionToken(Aws::String &&value)
bool BeneficiaryHasBeenSet() const
CheckInLicenseRequest & WithBeneficiary(Aws::String &&value)
CheckInLicenseRequest & WithLicenseConsumptionToken(const char *value)
void SetBeneficiary(const char *value)
CheckInLicenseRequest & WithBeneficiary(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String