7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/workdocs/WorkDocsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename AuthenticationTokenT = Aws::String>
45 void SetAuthenticationToken(AuthenticationTokenT&& value) { m_authenticationTokenHasBeenSet =
true; m_authenticationToken = std::forward<AuthenticationTokenT>(value); }
46 template<
typename AuthenticationTokenT = Aws::String>
56 template<
typename ResourceIdT = Aws::String>
57 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
58 template<
typename ResourceIdT = Aws::String>
64 bool m_authenticationTokenHasBeenSet =
false;
67 bool m_resourceIdHasBeenSet =
false;
bool AuthenticationTokenHasBeenSet() const
const Aws::String & GetAuthenticationToken() const
AWS_WORKDOCS_API RemoveAllResourcePermissionsRequest()=default
AWS_WORKDOCS_API Aws::String SerializePayload() const override
RemoveAllResourcePermissionsRequest & WithAuthenticationToken(AuthenticationTokenT &&value)
void SetResourceId(ResourceIdT &&value)
void SetAuthenticationToken(AuthenticationTokenT &&value)
const Aws::String & GetResourceId() const
virtual const char * GetServiceRequestName() const override
AWS_WORKDOCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ResourceIdHasBeenSet() const
RemoveAllResourcePermissionsRequest & WithResourceId(ResourceIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String