7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/fsx/FSx_EXPORTS.h>
11#include <aws/fsx/model/FileSystem.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template <
typename FileSystemsT = Aws::Vector<FileSystem>>
45 m_fileSystemsHasBeenSet =
true;
46 m_fileSystems = std::forward<FileSystemsT>(value);
48 template <
typename FileSystemsT = Aws::Vector<FileSystem>>
53 template <
typename FileSystemsT = FileSystem>
55 m_fileSystemsHasBeenSet =
true;
56 m_fileSystems.emplace_back(std::forward<FileSystemsT>(value));
68 template <
typename NextTokenT = Aws::String>
70 m_nextTokenHasBeenSet =
true;
71 m_nextToken = std::forward<NextTokenT>(value);
73 template <
typename NextTokenT = Aws::String>
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
103 bool m_fileSystemsHasBeenSet =
false;
104 bool m_nextTokenHasBeenSet =
false;
105 bool m_requestIdHasBeenSet =
false;
AWS_FSX_API DescribeFileSystemsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_FSX_API DescribeFileSystemsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetNextToken(NextTokenT &&value)
DescribeFileSystemsResult & WithRequestId(RequestIdT &&value)
DescribeFileSystemsResult & AddFileSystems(FileSystemsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_FSX_API DescribeFileSystemsResult()=default
DescribeFileSystemsResult & WithFileSystems(FileSystemsT &&value)
const Aws::Vector< FileSystem > & GetFileSystems() const
void SetRequestId(RequestIdT &&value)
DescribeFileSystemsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
void SetFileSystems(FileSystemsT &&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