7#include <aws/elasticfilesystem/EFS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticfilesystem/model/FileSystemDescription.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename MarkerT = Aws::String>
43 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
44 template<
typename MarkerT = Aws::String>
53 template<
typename FileSystemsT = Aws::Vector<FileSystemDescription>>
54 void SetFileSystems(FileSystemsT&& value) { m_fileSystemsHasBeenSet =
true; m_fileSystems = std::forward<FileSystemsT>(value); }
55 template<
typename FileSystemsT = Aws::Vector<FileSystemDescription>>
57 template<
typename FileSystemsT = FileSystemDescription>
68 template<
typename NextMarkerT = Aws::String>
69 void SetNextMarker(NextMarkerT&& value) { m_nextMarkerHasBeenSet =
true; m_nextMarker = std::forward<NextMarkerT>(value); }
70 template<
typename NextMarkerT = Aws::String>
77 template<
typename RequestIdT = Aws::String>
78 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
79 template<
typename RequestIdT = Aws::String>
85 bool m_markerHasBeenSet =
false;
88 bool m_fileSystemsHasBeenSet =
false;
91 bool m_nextMarkerHasBeenSet =
false;
94 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