23 template<
typename RESULT_TYPE>
24 class AmazonWebServiceResult;
62 inline void SetMarker(
const char* value) { m_marker.assign(value); }
140 inline void SetNextMarker(
const char* value) { m_nextMarker.assign(value); }
DescribeFileSystemsResult & WithNextMarker(const char *value)
DescribeFileSystemsResult & WithNextMarker(Aws::String &&value)
void SetMarker(Aws::String &&value)
void SetNextMarker(Aws::String &&value)
DescribeFileSystemsResult & WithFileSystems(Aws::Vector< FileSystemDescription > &&value)
DescribeFileSystemsResult & AddFileSystems(FileSystemDescription &&value)
std::vector< T, Aws::Allocator< T > > Vector
DescribeFileSystemsResult & AddFileSystems(const FileSystemDescription &value)
void SetNextMarker(const char *value)
DescribeFileSystemsResult & WithMarker(Aws::String &&value)
DescribeFileSystemsResult & WithMarker(const char *value)
void SetNextMarker(const Aws::String &value)
const Aws::Vector< FileSystemDescription > & GetFileSystems() const
DescribeFileSystemsResult & WithFileSystems(const Aws::Vector< FileSystemDescription > &value)
void SetFileSystems(const Aws::Vector< FileSystemDescription > &value)
const Aws::String & GetNextMarker() const
void SetFileSystems(Aws::Vector< FileSystemDescription > &&value)
void SetMarker(const char *value)
void SetMarker(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
DescribeFileSystemsResult & WithMarker(const Aws::String &value)
const Aws::String & GetMarker() const
DescribeFileSystemsResult & WithNextMarker(const Aws::String &value)
JSON (JavaScript Object Notation).