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 SetLicenseArn(
const char* value) { m_licenseArnHasBeenSet =
true; m_licenseArn.assign(value); }
59 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
71 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
77 bool m_licenseArnHasBeenSet =
false;
80 bool m_nextTokenHasBeenSet =
false;
83 bool m_maxResultsHasBeenSet =
false;
ListLicenseVersionsRequest & WithNextToken(const Aws::String &value)
bool NextTokenHasBeenSet() const
const Aws::String & GetLicenseArn() const
ListLicenseVersionsRequest & WithNextToken(const char *value)
void SetNextToken(Aws::String &&value)
AWS_LICENSEMANAGER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListLicenseVersionsRequest & WithLicenseArn(const char *value)
void SetNextToken(const Aws::String &value)
void SetLicenseArn(Aws::String &&value)
bool LicenseArnHasBeenSet() const
ListLicenseVersionsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
void SetNextToken(const char *value)
bool MaxResultsHasBeenSet() const
void SetLicenseArn(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
AWS_LICENSEMANAGER_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
ListLicenseVersionsRequest & WithLicenseArn(const Aws::String &value)
AWS_LICENSEMANAGER_API ListLicenseVersionsRequest()
int GetMaxResults() const
ListLicenseVersionsRequest & WithLicenseArn(Aws::String &&value)
void SetLicenseArn(const char *value)
ListLicenseVersionsRequest & WithNextToken(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String