7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticfilesystem/EFS_EXPORTS.h>
10#include <aws/elasticfilesystem/model/FileSystemDescription.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename MarkerT = Aws::String>
38 m_markerHasBeenSet =
true;
39 m_marker = std::forward<MarkerT>(value);
41 template <
typename MarkerT = Aws::String>
53 template <
typename FileSystemsT = Aws::Vector<FileSystemDescription>>
55 m_fileSystemsHasBeenSet =
true;
56 m_fileSystems = std::forward<FileSystemsT>(value);
58 template <
typename FileSystemsT = Aws::Vector<FileSystemDescription>>
63 template <
typename FileSystemsT = FileSystemDescription>
65 m_fileSystemsHasBeenSet =
true;
66 m_fileSystems.emplace_back(std::forward<FileSystemsT>(value));
78 template <
typename NextMarkerT = Aws::String>
80 m_nextMarkerHasBeenSet =
true;
81 m_nextMarker = std::forward<NextMarkerT>(value);
83 template <
typename NextMarkerT = Aws::String>
93 template <
typename RequestIdT = Aws::String>
95 m_requestIdHasBeenSet =
true;
96 m_requestId = std::forward<RequestIdT>(value);
98 template <
typename RequestIdT = Aws::String>
112 bool m_markerHasBeenSet =
false;
113 bool m_fileSystemsHasBeenSet =
false;
114 bool m_nextMarkerHasBeenSet =
false;
115 bool m_requestIdHasBeenSet =
false;
DescribeFileSystemsResult & AddFileSystems(FileSystemsT &&value)
DescribeFileSystemsResult & WithFileSystems(FileSystemsT &&value)
DescribeFileSystemsResult & WithRequestId(RequestIdT &&value)
DescribeFileSystemsResult & WithMarker(MarkerT &&value)
DescribeFileSystemsResult & WithNextMarker(NextMarkerT &&value)
void SetMarker(MarkerT &&value)
AWS_EFS_API DescribeFileSystemsResult()=default
void SetNextMarker(NextMarkerT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetNextMarker() const
AWS_EFS_API DescribeFileSystemsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetMarker() const
void SetFileSystems(FileSystemsT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Vector< FileSystemDescription > & GetFileSystems() const
AWS_EFS_API DescribeFileSystemsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue