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/AWSMap.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 CustomMetadataT = Aws::Map<Aws::String, Aws::String>>
89 void SetCustomMetadata(CustomMetadataT&& value) { m_customMetadataHasBeenSet =
true; m_customMetadata = std::forward<CustomMetadataT>(value); }
90 template<
typename CustomMetadataT = Aws::Map<Aws::String, Aws::String>>
92 template<
typename CustomMetadataKeyT = Aws::String,
typename CustomMetadataValueT = Aws::String>
94 m_customMetadataHasBeenSet =
true; m_customMetadata.emplace(std::forward<CustomMetadataKeyT>(key), std::forward<CustomMetadataValueT>(value));
return *
this;
100 bool m_authenticationTokenHasBeenSet =
false;
103 bool m_resourceIdHasBeenSet =
false;
106 bool m_versionIdHasBeenSet =
false;
109 bool m_customMetadataHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String