7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/storagegateway/StorageGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace StorageGateway
45 template<
typename FileSystemAssociationARNListT = Aws::Vector<Aws::String>>
46 void SetFileSystemAssociationARNList(FileSystemAssociationARNListT&& value) { m_fileSystemAssociationARNListHasBeenSet =
true; m_fileSystemAssociationARNList = std::forward<FileSystemAssociationARNListT>(value); }
47 template<
typename FileSystemAssociationARNListT = Aws::Vector<Aws::String>>
49 template<
typename FileSystemAssociationARNListT = Aws::String>
55 bool m_fileSystemAssociationARNListHasBeenSet =
false;
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeFileSystemAssociationsRequest & AddFileSystemAssociationARNList(FileSystemAssociationARNListT &&value)
DescribeFileSystemAssociationsRequest & WithFileSystemAssociationARNList(FileSystemAssociationARNListT &&value)
const Aws::Vector< Aws::String > & GetFileSystemAssociationARNList() const
void SetFileSystemAssociationARNList(FileSystemAssociationARNListT &&value)
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
bool FileSystemAssociationARNListHasBeenSet() const
AWS_STORAGEGATEWAY_API DescribeFileSystemAssociationsRequest()=default
virtual const char * GetServiceRequestName() const override
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