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
44 template<
typename TokenT = Aws::String>
45 void SetToken(TokenT&& value) { m_tokenHasBeenSet =
true; m_token = std::forward<TokenT>(value); }
46 template<
typename TokenT = Aws::String>
56 template<
typename TokenPropertiesT = Aws::Vector<Aws::String>>
57 void SetTokenProperties(TokenPropertiesT&& value) { m_tokenPropertiesHasBeenSet =
true; m_tokenProperties = std::forward<TokenPropertiesT>(value); }
58 template<
typename TokenPropertiesT = Aws::Vector<Aws::String>>
60 template<
typename TokenPropertiesT = Aws::String>
66 bool m_tokenHasBeenSet =
false;
69 bool m_tokenPropertiesHasBeenSet =
false;
AWS_LICENSEMANAGER_API GetAccessTokenRequest()=default
GetAccessTokenRequest & AddTokenProperties(TokenPropertiesT &&value)
bool TokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetToken(TokenT &&value)
AWS_LICENSEMANAGER_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetTokenProperties() const
void SetTokenProperties(TokenPropertiesT &&value)
GetAccessTokenRequest & WithToken(TokenT &&value)
const Aws::String & GetToken() const
GetAccessTokenRequest & WithTokenProperties(TokenPropertiesT &&value)
AWS_LICENSEMANAGER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool TokenPropertiesHasBeenSet() const
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