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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
65 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
76 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
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)
const Aws::String & GetRequestId() const
void SetRequestId(Aws::String &&value)
void SetRequestId(const char *value)
DescribeFileSystemsResult & WithFileSystems(Aws::Vector< FileSystem > &&value)
DescribeFileSystemsResult & AddFileSystems(FileSystem &&value)
DescribeFileSystemsResult & WithRequestId(const Aws::String &value)
DescribeFileSystemsResult & WithRequestId(Aws::String &&value)
void SetNextToken(const char *value)
AWS_FSX_API DescribeFileSystemsResult()
const Aws::Vector< FileSystem > & GetFileSystems() const
DescribeFileSystemsResult & WithNextToken(Aws::String &&value)
DescribeFileSystemsResult & WithRequestId(const char *value)
void SetNextToken(Aws::String &&value)
void SetFileSystems(Aws::Vector< FileSystem > &&value)
const Aws::String & GetNextToken() const
void SetNextToken(const Aws::String &value)
DescribeFileSystemsResult & WithNextToken(const char *value)
DescribeFileSystemsResult & WithNextToken(const Aws::String &value)
void SetFileSystems(const Aws::Vector< FileSystem > &value)
void SetRequestId(const Aws::String &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