7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/fsx/FSx_EXPORTS.h>
10#include <aws/fsx/model/FileSystem.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template <
typename FileSystemsT = Aws::Vector<FileSystem>>
44 m_fileSystemsHasBeenSet =
true;
45 m_fileSystems = std::forward<FileSystemsT>(value);
47 template <
typename FileSystemsT = Aws::Vector<FileSystem>>
52 template <
typename FileSystemsT = FileSystem>
54 m_fileSystemsHasBeenSet =
true;
55 m_fileSystems.emplace_back(std::forward<FileSystemsT>(value));
67 template <
typename NextTokenT = Aws::String>
69 m_nextTokenHasBeenSet =
true;
70 m_nextToken = std::forward<NextTokenT>(value);
72 template <
typename NextTokenT = Aws::String>
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
99 bool m_fileSystemsHasBeenSet =
false;
100 bool m_nextTokenHasBeenSet =
false;
101 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_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