7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/workdocs/WorkDocsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
51 template<
typename AuthenticationTokenT = Aws::String>
52 void SetAuthenticationToken(AuthenticationTokenT&& value) { m_authenticationTokenHasBeenSet =
true; m_authenticationToken = std::forward<AuthenticationTokenT>(value); }
53 template<
typename AuthenticationTokenT = Aws::String>
63 template<
typename ResourceIdT = Aws::String>
64 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
65 template<
typename ResourceIdT = Aws::String>
76 template<
typename VersionIdT = Aws::String>
77 void SetVersionId(VersionIdT&& value) { m_versionIdHasBeenSet =
true; m_versionId = std::forward<VersionIdT>(value); }
78 template<
typename VersionIdT = Aws::String>
88 template<
typename KeysT = Aws::Vector<Aws::String>>
89 void SetKeys(KeysT&& value) { m_keysHasBeenSet =
true; m_keys = std::forward<KeysT>(value); }
90 template<
typename KeysT = Aws::Vector<Aws::String>>
92 template<
typename KeysT = Aws::String>
103 inline void SetDeleteAll(
bool value) { m_deleteAllHasBeenSet =
true; m_deleteAll = value; }
109 bool m_authenticationTokenHasBeenSet =
false;
112 bool m_resourceIdHasBeenSet =
false;
115 bool m_versionIdHasBeenSet =
false;
118 bool m_keysHasBeenSet =
false;
120 bool m_deleteAll{
false};
121 bool m_deleteAllHasBeenSet =
false;
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