AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeFileCachesResult.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/FileCache.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{
30 {
31 public:
35
36
38
41 inline const Aws::Vector<FileCache>& GetFileCaches() const{ return m_fileCaches; }
42 inline void SetFileCaches(const Aws::Vector<FileCache>& value) { m_fileCaches = value; }
43 inline void SetFileCaches(Aws::Vector<FileCache>&& value) { m_fileCaches = std::move(value); }
44 inline DescribeFileCachesResult& WithFileCaches(const Aws::Vector<FileCache>& value) { SetFileCaches(value); return *this;}
45 inline DescribeFileCachesResult& WithFileCaches(Aws::Vector<FileCache>&& value) { SetFileCaches(std::move(value)); return *this;}
46 inline DescribeFileCachesResult& AddFileCaches(const FileCache& value) { m_fileCaches.push_back(value); return *this; }
47 inline DescribeFileCachesResult& AddFileCaches(FileCache&& value) { m_fileCaches.push_back(std::move(value)); return *this; }
49
51
52 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
53 inline void SetNextToken(const Aws::String& value) { m_nextToken = value; }
54 inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); }
55 inline void SetNextToken(const char* value) { m_nextToken.assign(value); }
56 inline DescribeFileCachesResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
57 inline DescribeFileCachesResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
58 inline DescribeFileCachesResult& WithNextToken(const char* value) { SetNextToken(value); return *this;}
60
62
63 inline const Aws::String& GetRequestId() const{ return m_requestId; }
64 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
65 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
66 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
67 inline DescribeFileCachesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
68 inline DescribeFileCachesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
69 inline DescribeFileCachesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
71 private:
72
73 Aws::Vector<FileCache> m_fileCaches;
74
75 Aws::String m_nextToken;
76
77 Aws::String m_requestId;
78 };
79
80} // namespace Model
81} // namespace FSx
82} // namespace Aws
DescribeFileCachesResult & WithRequestId(const char *value)
DescribeFileCachesResult & WithNextToken(const char *value)
void SetFileCaches(const Aws::Vector< FileCache > &value)
DescribeFileCachesResult & WithFileCaches(const Aws::Vector< FileCache > &value)
DescribeFileCachesResult & WithFileCaches(Aws::Vector< FileCache > &&value)
DescribeFileCachesResult & WithRequestId(const Aws::String &value)
DescribeFileCachesResult & WithNextToken(Aws::String &&value)
AWS_FSX_API DescribeFileCachesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeFileCachesResult & AddFileCaches(const FileCache &value)
AWS_FSX_API DescribeFileCachesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeFileCachesResult & WithNextToken(const Aws::String &value)
const Aws::Vector< FileCache > & GetFileCaches() const
DescribeFileCachesResult & WithRequestId(Aws::String &&value)
void SetFileCaches(Aws::Vector< FileCache > &&value)
DescribeFileCachesResult & AddFileCaches(FileCache &&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