7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/workdocs/model/FolderMetadata.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename MetadataT = FolderMetadata>
43 void SetMetadata(MetadataT&& value) { m_metadataHasBeenSet =
true; m_metadata = std::forward<MetadataT>(value); }
44 template<
typename MetadataT = FolderMetadata>
53 template<
typename CustomMetadataT = Aws::Map<Aws::String, Aws::String>>
54 void SetCustomMetadata(CustomMetadataT&& value) { m_customMetadataHasBeenSet =
true; m_customMetadata = std::forward<CustomMetadataT>(value); }
55 template<
typename CustomMetadataT = Aws::Map<Aws::String, Aws::String>>
57 template<
typename CustomMetadataKeyT = Aws::String,
typename CustomMetadataValueT = Aws::String>
59 m_customMetadataHasBeenSet =
true; m_customMetadata.emplace(std::forward<CustomMetadataKeyT>(key), std::forward<CustomMetadataValueT>(value));
return *
this;
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_metadataHasBeenSet =
false;
77 bool m_customMetadataHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
void SetMetadata(MetadataT &&value)
AWS_WORKDOCS_API GetFolderResult()=default
void SetRequestId(RequestIdT &&value)
AWS_WORKDOCS_API GetFolderResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetFolderResult & WithRequestId(RequestIdT &&value)
void SetCustomMetadata(CustomMetadataT &&value)
GetFolderResult & WithMetadata(MetadataT &&value)
const Aws::Map< Aws::String, Aws::String > & GetCustomMetadata() const
const Aws::String & GetRequestId() const
GetFolderResult & WithCustomMetadata(CustomMetadataT &&value)
AWS_WORKDOCS_API GetFolderResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetFolderResult & AddCustomMetadata(CustomMetadataKeyT &&key, CustomMetadataValueT &&value)
const FolderMetadata & GetMetadata() const
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
Aws::Utils::Json::JsonValue JsonValue