7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/storagegateway/StorageGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace StorageGateway
46 inline void SetFileSystemAssociationARN(
const char* value) { m_fileSystemAssociationARNHasBeenSet =
true; m_fileSystemAssociationARN.assign(value); }
62 inline void SetForceDelete(
bool value) { m_forceDeleteHasBeenSet =
true; m_forceDelete = value; }
68 bool m_fileSystemAssociationARNHasBeenSet =
false;
71 bool m_forceDeleteHasBeenSet =
false;
DisassociateFileSystemRequest & WithFileSystemAssociationARN(Aws::String &&value)
DisassociateFileSystemRequest & WithForceDelete(bool value)
DisassociateFileSystemRequest & WithFileSystemAssociationARN(const Aws::String &value)
void SetFileSystemAssociationARN(const char *value)
void SetForceDelete(bool value)
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetFileSystemAssociationARN(Aws::String &&value)
bool GetForceDelete() const
void SetFileSystemAssociationARN(const Aws::String &value)
AWS_STORAGEGATEWAY_API DisassociateFileSystemRequest()
virtual const char * GetServiceRequestName() const override
bool FileSystemAssociationARNHasBeenSet() const
const Aws::String & GetFileSystemAssociationARN() const
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
DisassociateFileSystemRequest & WithFileSystemAssociationARN(const char *value)
bool ForceDeleteHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String