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 FileSystemAssociationARNT = Aws::String>
45 void SetFileSystemAssociationARN(FileSystemAssociationARNT&& value) { m_fileSystemAssociationARNHasBeenSet =
true; m_fileSystemAssociationARN = std::forward<FileSystemAssociationARNT>(value); }
46 template<
typename FileSystemAssociationARNT = Aws::String>
60 inline void SetForceDelete(
bool value) { m_forceDeleteHasBeenSet =
true; m_forceDelete = value; }
66 bool m_fileSystemAssociationARNHasBeenSet =
false;
68 bool m_forceDelete{
false};
69 bool m_forceDeleteHasBeenSet =
false;
DisassociateFileSystemRequest & WithForceDelete(bool value)
DisassociateFileSystemRequest & WithFileSystemAssociationARN(FileSystemAssociationARNT &&value)
void SetForceDelete(bool value)
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetFileSystemAssociationARN(FileSystemAssociationARNT &&value)
bool GetForceDelete() const
virtual const char * GetServiceRequestName() const override
bool FileSystemAssociationARNHasBeenSet() const
const Aws::String & GetFileSystemAssociationARN() const
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
AWS_STORAGEGATEWAY_API DisassociateFileSystemRequest()=default
bool ForceDeleteHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String