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
56 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
DescribeFileSystemAssociationsResult & WithRequestId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
void SetRequestId(const char *value)
DescribeFileSystemAssociationsResult & AddFileSystemAssociationInfoList(const FileSystemAssociationInfo &value)
DescribeFileSystemAssociationsResult & AddFileSystemAssociationInfoList(FileSystemAssociationInfo &&value)
DescribeFileSystemAssociationsResult & WithRequestId(const Aws::String &value)
const Aws::String & GetRequestId() const
AWS_STORAGEGATEWAY_API DescribeFileSystemAssociationsResult()
const Aws::Vector< FileSystemAssociationInfo > & GetFileSystemAssociationInfoList() const
void SetFileSystemAssociationInfoList(const Aws::Vector< FileSystemAssociationInfo > &value)
void SetFileSystemAssociationInfoList(Aws::Vector< FileSystemAssociationInfo > &&value)
AWS_STORAGEGATEWAY_API DescribeFileSystemAssociationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeFileSystemAssociationsResult & WithFileSystemAssociationInfoList(Aws::Vector< FileSystemAssociationInfo > &&value)
AWS_STORAGEGATEWAY_API DescribeFileSystemAssociationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeFileSystemAssociationsResult & WithRequestId(const char *value)
void SetRequestId(Aws::String &&value)
DescribeFileSystemAssociationsResult & WithFileSystemAssociationInfoList(const Aws::Vector< FileSystemAssociationInfo > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue