7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/workdocs/WorkDocsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename AuthenticationTokenT = Aws::String>
44 void SetAuthenticationToken(AuthenticationTokenT&& value) { m_authenticationTokenHasBeenSet =
true; m_authenticationToken = std::forward<AuthenticationTokenT>(value); }
45 template<
typename AuthenticationTokenT = Aws::String>
51 bool m_authenticationTokenHasBeenSet =
false;
AWS_WORKDOCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetAuthenticationToken() const
AWS_WORKDOCS_API Aws::String SerializePayload() const override
bool AuthenticationTokenHasBeenSet() const
void SetAuthenticationToken(AuthenticationTokenT &&value)
AWS_WORKDOCS_API GetCurrentUserRequest()=default
virtual const char * GetServiceRequestName() const override
GetCurrentUserRequest & WithAuthenticationToken(AuthenticationTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String