7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/storagegateway/StorageGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace StorageGateway
44 template<
typename FileShareARNT = Aws::String>
45 void SetFileShareARN(FileShareARNT&& value) { m_fileShareARNHasBeenSet =
true; m_fileShareARN = std::forward<FileShareARNT>(value); }
46 template<
typename FileShareARNT = Aws::String>
65 inline void SetForceRemove(
bool value) { m_forceRemoveHasBeenSet =
true; m_forceRemove = value; }
71 bool m_fileShareARNHasBeenSet =
false;
73 bool m_forceRemove{
false};
74 bool m_forceRemoveHasBeenSet =
false;
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
void SetForceRemove(bool value)
const Aws::String & GetFileShareARN() const
virtual const char * GetServiceRequestName() const override
bool GetForceRemove() const
EvictFilesFailingUploadRequest & WithForceRemove(bool value)
bool FileShareARNHasBeenSet() const
bool ForceRemoveHasBeenSet() const
AWS_STORAGEGATEWAY_API EvictFilesFailingUploadRequest()=default
EvictFilesFailingUploadRequest & WithFileShareARN(FileShareARNT &&value)
void SetFileShareARN(FileShareARNT &&value)
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String