7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/fsx/FSxRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename FileSystemIdsT = Aws::Vector<Aws::String>>
49 void SetFileSystemIds(FileSystemIdsT&& value) { m_fileSystemIdsHasBeenSet =
true; m_fileSystemIds = std::forward<FileSystemIdsT>(value); }
50 template<
typename FileSystemIdsT = Aws::Vector<Aws::String>>
52 template<
typename FileSystemIdsT = Aws::String>
65 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
77 template<
typename NextTokenT = Aws::String>
78 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
79 template<
typename NextTokenT = Aws::String>
85 bool m_fileSystemIdsHasBeenSet =
false;
88 bool m_maxResultsHasBeenSet =
false;
91 bool m_nextTokenHasBeenSet =
false;
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
const Aws::Vector< Aws::String > & GetFileSystemIds() const
bool FileSystemIdsHasBeenSet() const
void SetFileSystemIds(FileSystemIdsT &&value)
AWS_FSX_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNextToken(NextTokenT &&value)
AWS_FSX_API DescribeFileSystemsRequest()=default
int GetMaxResults() const
DescribeFileSystemsRequest & WithNextToken(NextTokenT &&value)
AWS_FSX_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
DescribeFileSystemsRequest & WithMaxResults(int value)
DescribeFileSystemsRequest & WithFileSystemIds(FileSystemIdsT &&value)
DescribeFileSystemsRequest & AddFileSystemIds(FileSystemIdsT &&value)
const Aws::String & GetNextToken() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector