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/elasticfilesystem/EFS_EXPORTS.h>
11#include <aws/elasticfilesystem/model/FileSystemDescription.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename MarkerT = Aws::String>
39 m_markerHasBeenSet =
true;
40 m_marker = std::forward<MarkerT>(value);
42 template <
typename MarkerT = Aws::String>
54 template <
typename FileSystemsT = Aws::Vector<FileSystemDescription>>
56 m_fileSystemsHasBeenSet =
true;
57 m_fileSystems = std::forward<FileSystemsT>(value);
59 template <
typename FileSystemsT = Aws::Vector<FileSystemDescription>>
64 template <
typename FileSystemsT = FileSystemDescription>
66 m_fileSystemsHasBeenSet =
true;
67 m_fileSystems.emplace_back(std::forward<FileSystemsT>(value));
79 template <
typename NextMarkerT = Aws::String>
81 m_nextMarkerHasBeenSet =
true;
82 m_nextMarker = std::forward<NextMarkerT>(value);
84 template <
typename NextMarkerT = Aws::String>
94 template <
typename RequestIdT = Aws::String>
96 m_requestIdHasBeenSet =
true;
97 m_requestId = std::forward<RequestIdT>(value);
99 template <
typename RequestIdT = Aws::String>
116 bool m_markerHasBeenSet =
false;
117 bool m_fileSystemsHasBeenSet =
false;
118 bool m_nextMarkerHasBeenSet =
false;
119 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::Http::HttpResponseCode GetHttpResponseCode() 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