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/fsx/FSx_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/fsx/model/FileSystem.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 FSx
26{
27namespace Model
28{
36 {
37 public:
41
42
44
47 inline const Aws::Vector<FileSystem>& GetFileSystems() const{ return m_fileSystems; }
48 inline void SetFileSystems(const Aws::Vector<FileSystem>& value) { m_fileSystems = value; }
49 inline void SetFileSystems(Aws::Vector<FileSystem>&& value) { m_fileSystems = std::move(value); }
51 inline DescribeFileSystemsResult& WithFileSystems(Aws::Vector<FileSystem>&& value) { SetFileSystems(std::move(value)); return *this;}
52 inline DescribeFileSystemsResult& AddFileSystems(const FileSystem& value) { m_fileSystems.push_back(value); return *this; }
53 inline DescribeFileSystemsResult& AddFileSystems(FileSystem&& value) { m_fileSystems.push_back(std::move(value)); return *this; }
55
57
62 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
63 inline void SetNextToken(const Aws::String& value) { m_nextToken = value; }
64 inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); }
65 inline void SetNextToken(const char* value) { m_nextToken.assign(value); }
66 inline DescribeFileSystemsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
67 inline DescribeFileSystemsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
68 inline DescribeFileSystemsResult& WithNextToken(const char* value) { SetNextToken(value); return *this;}
70
72
73 inline const Aws::String& GetRequestId() const{ return m_requestId; }
74 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
75 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
76 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
77 inline DescribeFileSystemsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
78 inline DescribeFileSystemsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
79 inline DescribeFileSystemsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
81 private:
82
83 Aws::Vector<FileSystem> m_fileSystems;
84
85 Aws::String m_nextToken;
86
87 Aws::String m_requestId;
88 };
89
90} // namespace Model
91} // namespace FSx
92} // namespace Aws
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)
DescribeFileSystemsResult & AddFileSystems(const FileSystem &value)
DescribeFileSystemsResult & WithFileSystems(Aws::Vector< FileSystem > &&value)
DescribeFileSystemsResult & AddFileSystems(FileSystem &&value)
DescribeFileSystemsResult & WithRequestId(const Aws::String &value)
DescribeFileSystemsResult & WithRequestId(Aws::String &&value)
const Aws::Vector< FileSystem > & GetFileSystems() const
DescribeFileSystemsResult & WithNextToken(Aws::String &&value)
DescribeFileSystemsResult & WithRequestId(const char *value)
void SetFileSystems(Aws::Vector< FileSystem > &&value)
DescribeFileSystemsResult & WithNextToken(const char *value)
DescribeFileSystemsResult & WithNextToken(const Aws::String &value)
void SetFileSystems(const Aws::Vector< FileSystem > &value)
DescribeFileSystemsResult & WithFileSystems(const Aws::Vector< FileSystem > &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