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>
44 template<
typename FileCacheIdsT = Aws::Vector<Aws::String>>
45 void SetFileCacheIds(FileCacheIdsT&& value) { m_fileCacheIdsHasBeenSet =
true; m_fileCacheIds = std::forward<FileCacheIdsT>(value); }
46 template<
typename FileCacheIdsT = Aws::Vector<Aws::String>>
48 template<
typename FileCacheIdsT = Aws::String>
56 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
64 template<
typename NextTokenT = Aws::String>
65 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
66 template<
typename NextTokenT = Aws::String>
72 bool m_fileCacheIdsHasBeenSet =
false;
75 bool m_maxResultsHasBeenSet =
false;
78 bool m_nextTokenHasBeenSet =
false;
int GetMaxResults() const
DescribeFileCachesRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
AWS_FSX_API DescribeFileCachesRequest()=default
void SetMaxResults(int value)
DescribeFileCachesRequest & WithFileCacheIds(FileCacheIdsT &&value)
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
AWS_FSX_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_FSX_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetFileCacheIds() const
bool FileCacheIdsHasBeenSet() const
DescribeFileCachesRequest & AddFileCacheIds(FileCacheIdsT &&value)
DescribeFileCachesRequest & WithMaxResults(int value)
void SetFileCacheIds(FileCacheIdsT &&value)
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