7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/workdocs/WorkDocsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename AuthenticationTokenT = Aws::String>
46 void SetAuthenticationToken(AuthenticationTokenT&& value) { m_authenticationTokenHasBeenSet =
true; m_authenticationToken = std::forward<AuthenticationTokenT>(value); }
47 template<
typename AuthenticationTokenT = Aws::String>
57 template<
typename UserIdT = Aws::String>
58 void SetUserId(UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
59 template<
typename UserIdT = Aws::String>
65 bool m_authenticationTokenHasBeenSet =
false;
68 bool m_userIdHasBeenSet =
false;
bool AuthenticationTokenHasBeenSet() const
DeleteUserRequest & WithUserId(UserIdT &&value)
bool UserIdHasBeenSet() const
DeleteUserRequest & WithAuthenticationToken(AuthenticationTokenT &&value)
const Aws::String & GetAuthenticationToken() const
AWS_WORKDOCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetUserId() const
void SetAuthenticationToken(AuthenticationTokenT &&value)
AWS_WORKDOCS_API DeleteUserRequest()=default
void SetUserId(UserIdT &&value)
AWS_WORKDOCS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String