7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/storagegateway/model/FileSystemAssociationInfo.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace StorageGateway
43 template<
typename FileSystemAssociationInfoListT = Aws::Vector<FileSystemAssociationInfo>>
44 void SetFileSystemAssociationInfoList(FileSystemAssociationInfoListT&& value) { m_fileSystemAssociationInfoListHasBeenSet =
true; m_fileSystemAssociationInfoList = std::forward<FileSystemAssociationInfoListT>(value); }
45 template<
typename FileSystemAssociationInfoListT = Aws::Vector<FileSystemAssociationInfo>>
47 template<
typename FileSystemAssociationInfoListT = FileSystemAssociationInfo>
54 template<
typename RequestIdT = Aws::String>
55 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
56 template<
typename RequestIdT = Aws::String>
62 bool m_fileSystemAssociationInfoListHasBeenSet =
false;
65 bool m_requestIdHasBeenSet =
false;
DescribeFileSystemAssociationsResult & AddFileSystemAssociationInfoList(FileSystemAssociationInfoListT &&value)
const Aws::String & GetRequestId() const
const Aws::Vector< FileSystemAssociationInfo > & GetFileSystemAssociationInfoList() const
AWS_STORAGEGATEWAY_API DescribeFileSystemAssociationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_STORAGEGATEWAY_API DescribeFileSystemAssociationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetFileSystemAssociationInfoList(FileSystemAssociationInfoListT &&value)
DescribeFileSystemAssociationsResult & WithFileSystemAssociationInfoList(FileSystemAssociationInfoListT &&value)
DescribeFileSystemAssociationsResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_STORAGEGATEWAY_API DescribeFileSystemAssociationsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue