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;
44 inline void SetMarker(
const char* value) { m_marker.assign(value); }
72 inline void SetNextMarker(
const char* value) { m_nextMarker.assign(value); }
83 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetMarker(const char *value)
DescribeFileSystemsResult & WithNextMarker(const char *value)
void SetNextMarker(const Aws::String &value)
DescribeFileSystemsResult & WithMarker(const char *value)
DescribeFileSystemsResult & WithRequestId(const Aws::String &value)
void SetRequestId(const Aws::String &value)
void SetFileSystems(Aws::Vector< FileSystemDescription > &&value)
DescribeFileSystemsResult & WithRequestId(Aws::String &&value)
void SetNextMarker(Aws::String &&value)
void SetMarker(const 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)
const Aws::String & GetRequestId() const
DescribeFileSystemsResult & WithNextMarker(Aws::String &&value)
const Aws::String & GetNextMarker() const
DescribeFileSystemsResult & WithFileSystems(Aws::Vector< FileSystemDescription > &&value)
DescribeFileSystemsResult & WithNextMarker(const Aws::String &value)
void SetNextMarker(const char *value)
AWS_EFS_API DescribeFileSystemsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetMarker() const
void SetRequestId(const char *value)
void SetMarker(Aws::String &&value)
const Aws::Vector< FileSystemDescription > & GetFileSystems() const
void SetFileSystems(const Aws::Vector< FileSystemDescription > &value)
DescribeFileSystemsResult & AddFileSystems(FileSystemDescription &&value)
void SetRequestId(Aws::String &&value)
AWS_EFS_API DescribeFileSystemsResult()
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