7#include <aws/license-manager/LicenseManager_EXPORTS.h>
8#include <aws/license-manager/LicenseManagerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace LicenseManager
46 inline void SetToken(
const char* value) { m_tokenHasBeenSet =
true; m_token.assign(value); }
69 bool m_tokenHasBeenSet =
false;
72 bool m_tokenPropertiesHasBeenSet =
false;
void SetTokenProperties(const Aws::Vector< Aws::String > &value)
GetAccessTokenRequest & AddTokenProperties(const Aws::String &value)
GetAccessTokenRequest & WithToken(const Aws::String &value)
bool TokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
GetAccessTokenRequest & AddTokenProperties(Aws::String &&value)
AWS_LICENSEMANAGER_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetTokenProperties() const
AWS_LICENSEMANAGER_API GetAccessTokenRequest()
GetAccessTokenRequest & AddTokenProperties(const char *value)
const Aws::String & GetToken() const
GetAccessTokenRequest & WithToken(Aws::String &&value)
GetAccessTokenRequest & WithTokenProperties(Aws::Vector< Aws::String > &&value)
AWS_LICENSEMANAGER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool TokenPropertiesHasBeenSet() const
GetAccessTokenRequest & WithTokenProperties(const Aws::Vector< Aws::String > &value)
void SetTokenProperties(Aws::Vector< Aws::String > &&value)
void SetToken(Aws::String &&value)
void SetToken(const char *value)
GetAccessTokenRequest & WithToken(const char *value)
void SetToken(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector