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 UserIdT = Aws::String>
44 void SetUserId(UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
45 template<
typename UserIdT = Aws::String>
56 template<
typename AuthenticationTokenT = Aws::String>
57 void SetAuthenticationToken(AuthenticationTokenT&& value) { m_authenticationTokenHasBeenSet =
true; m_authenticationToken = std::forward<AuthenticationTokenT>(value); }
58 template<
typename AuthenticationTokenT = Aws::String>
64 bool m_userIdHasBeenSet =
false;
67 bool m_authenticationTokenHasBeenSet =
false;
AWS_WORKDOCS_API DeactivateUserRequest()=default
void SetAuthenticationToken(AuthenticationTokenT &&value)
void SetUserId(UserIdT &&value)
bool UserIdHasBeenSet() const
AWS_WORKDOCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
DeactivateUserRequest & WithUserId(UserIdT &&value)
AWS_WORKDOCS_API Aws::String SerializePayload() const override
const Aws::String & GetAuthenticationToken() const
bool AuthenticationTokenHasBeenSet() const
DeactivateUserRequest & WithAuthenticationToken(AuthenticationTokenT &&value)
const Aws::String & GetUserId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String