AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeFileSystemsResult.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace EFS
26{
27namespace Model
28{
30 {
31 public:
35
36
38
41 inline const Aws::String& GetMarker() const{ return m_marker; }
42 inline void SetMarker(const Aws::String& value) { m_marker = value; }
43 inline void SetMarker(Aws::String&& value) { m_marker = std::move(value); }
44 inline void SetMarker(const char* value) { m_marker.assign(value); }
45 inline DescribeFileSystemsResult& WithMarker(const Aws::String& value) { SetMarker(value); return *this;}
46 inline DescribeFileSystemsResult& WithMarker(Aws::String&& value) { SetMarker(std::move(value)); return *this;}
47 inline DescribeFileSystemsResult& WithMarker(const char* value) { SetMarker(value); return *this;}
49
51
54 inline const Aws::Vector<FileSystemDescription>& GetFileSystems() const{ return m_fileSystems; }
55 inline void SetFileSystems(const Aws::Vector<FileSystemDescription>& value) { m_fileSystems = value; }
56 inline void SetFileSystems(Aws::Vector<FileSystemDescription>&& value) { m_fileSystems = std::move(value); }
59 inline DescribeFileSystemsResult& AddFileSystems(const FileSystemDescription& value) { m_fileSystems.push_back(value); return *this; }
60 inline DescribeFileSystemsResult& AddFileSystems(FileSystemDescription&& value) { m_fileSystems.push_back(std::move(value)); return *this; }
62
64
69 inline const Aws::String& GetNextMarker() const{ return m_nextMarker; }
70 inline void SetNextMarker(const Aws::String& value) { m_nextMarker = value; }
71 inline void SetNextMarker(Aws::String&& value) { m_nextMarker = std::move(value); }
72 inline void SetNextMarker(const char* value) { m_nextMarker.assign(value); }
73 inline DescribeFileSystemsResult& WithNextMarker(const Aws::String& value) { SetNextMarker(value); return *this;}
74 inline DescribeFileSystemsResult& WithNextMarker(Aws::String&& value) { SetNextMarker(std::move(value)); return *this;}
75 inline DescribeFileSystemsResult& WithNextMarker(const char* value) { SetNextMarker(value); return *this;}
77
79
80 inline const Aws::String& GetRequestId() const{ return m_requestId; }
81 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
82 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
83 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
84 inline DescribeFileSystemsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
85 inline DescribeFileSystemsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
86 inline DescribeFileSystemsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
88 private:
89
90 Aws::String m_marker;
91
93
94 Aws::String m_nextMarker;
95
96 Aws::String m_requestId;
97 };
98
99} // namespace Model
100} // namespace EFS
101} // namespace Aws
DescribeFileSystemsResult & WithNextMarker(const char *value)
DescribeFileSystemsResult & WithMarker(const char *value)
DescribeFileSystemsResult & WithRequestId(const Aws::String &value)
void SetFileSystems(Aws::Vector< FileSystemDescription > &&value)
DescribeFileSystemsResult & WithRequestId(Aws::String &&value)
DescribeFileSystemsResult & WithMarker(const Aws::String &value)
DescribeFileSystemsResult & WithFileSystems(const Aws::Vector< FileSystemDescription > &value)
DescribeFileSystemsResult & AddFileSystems(const FileSystemDescription &value)
DescribeFileSystemsResult & WithMarker(Aws::String &&value)
DescribeFileSystemsResult & WithRequestId(const char *value)
DescribeFileSystemsResult & WithNextMarker(Aws::String &&value)
DescribeFileSystemsResult & WithFileSystems(Aws::Vector< FileSystemDescription > &&value)
DescribeFileSystemsResult & WithNextMarker(const Aws::String &value)
AWS_EFS_API DescribeFileSystemsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< FileSystemDescription > & GetFileSystems() const
void SetFileSystems(const Aws::Vector< FileSystemDescription > &value)
DescribeFileSystemsResult & AddFileSystems(FileSystemDescription &&value)
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