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
49 inline void SetFileShareARN(
const char* value) { m_fileShareARNHasBeenSet =
true; m_fileShareARN.assign(value); }
89 inline void SetRecursive(
bool value) { m_recursiveHasBeenSet =
true; m_recursive = value; }
95 bool m_fileShareARNHasBeenSet =
false;
98 bool m_folderListHasBeenSet =
false;
101 bool m_recursiveHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetFolderList() const
RefreshCacheRequest & WithFileShareARN(const char *value)
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
RefreshCacheRequest & AddFolderList(const char *value)
void SetFileShareARN(const Aws::String &value)
void SetRecursive(bool value)
void SetFileShareARN(const char *value)
const Aws::String & GetFileShareARN() const
void SetFolderList(const Aws::Vector< Aws::String > &value)
AWS_STORAGEGATEWAY_API RefreshCacheRequest()
RefreshCacheRequest & WithFolderList(Aws::Vector< Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
RefreshCacheRequest & WithFileShareARN(Aws::String &&value)
bool FolderListHasBeenSet() const
RefreshCacheRequest & WithFileShareARN(const Aws::String &value)
void SetFileShareARN(Aws::String &&value)
bool RecursiveHasBeenSet() const
RefreshCacheRequest & WithFolderList(const Aws::Vector< Aws::String > &value)
void SetFolderList(Aws::Vector< Aws::String > &&value)
bool FileShareARNHasBeenSet() const
RefreshCacheRequest & AddFolderList(const Aws::String &value)
RefreshCacheRequest & AddFolderList(Aws::String &&value)
bool GetRecursive() const
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
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