7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/storagegateway/StorageGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace StorageGateway
47 template<
typename FileShareARNT = Aws::String>
48 void SetFileShareARN(FileShareARNT&& value) { m_fileShareARNHasBeenSet =
true; m_fileShareARN = std::forward<FileShareARNT>(value); }
49 template<
typename FileShareARNT = Aws::String>
65 template<
typename FolderListT = Aws::Vector<Aws::String>>
66 void SetFolderList(FolderListT&& value) { m_folderListHasBeenSet =
true; m_folderList = std::forward<FolderListT>(value); }
67 template<
typename FolderListT = Aws::Vector<Aws::String>>
69 template<
typename FolderListT = Aws::String>
86 inline void SetRecursive(
bool value) { m_recursiveHasBeenSet =
true; m_recursive = value; }
92 bool m_fileShareARNHasBeenSet =
false;
95 bool m_folderListHasBeenSet =
false;
97 bool m_recursive{
false};
98 bool m_recursiveHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetFolderList() const
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
AWS_STORAGEGATEWAY_API RefreshCacheRequest()=default
void SetRecursive(bool value)
const Aws::String & GetFileShareARN() const
virtual const char * GetServiceRequestName() const override
RefreshCacheRequest & WithFolderList(FolderListT &&value)
bool FolderListHasBeenSet() const
RefreshCacheRequest & WithFileShareARN(FileShareARNT &&value)
RefreshCacheRequest & AddFolderList(FolderListT &&value)
bool RecursiveHasBeenSet() const
bool FileShareARNHasBeenSet() const
void SetFolderList(FolderListT &&value)
bool GetRecursive() const
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetFileShareARN(FileShareARNT &&value)
RefreshCacheRequest & WithRecursive(bool value)
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