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
56 bool m_fileSystemAssociationARNListHasBeenSet =
false;
AWS_STORAGEGATEWAY_API DescribeFileSystemAssociationsRequest()
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeFileSystemAssociationsRequest & AddFileSystemAssociationARNList(const Aws::String &value)
DescribeFileSystemAssociationsRequest & AddFileSystemAssociationARNList(const char *value)
const Aws::Vector< Aws::String > & GetFileSystemAssociationARNList() const
DescribeFileSystemAssociationsRequest & WithFileSystemAssociationARNList(const Aws::Vector< Aws::String > &value)
void SetFileSystemAssociationARNList(Aws::Vector< Aws::String > &&value)
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
bool FileSystemAssociationARNListHasBeenSet() const
DescribeFileSystemAssociationsRequest & WithFileSystemAssociationARNList(Aws::Vector< Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
void SetFileSystemAssociationARNList(const Aws::Vector< Aws::String > &value)
DescribeFileSystemAssociationsRequest & AddFileSystemAssociationARNList(Aws::String &&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