7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/fsx/FSxRequest.h>
10#include <aws/fsx/FSx_EXPORTS.h>
40 template <
typename FileCacheIdsT = Aws::Vector<Aws::String>>
42 m_fileCacheIdsHasBeenSet =
true;
43 m_fileCacheIds = std::forward<FileCacheIdsT>(value);
45 template <
typename FileCacheIdsT = Aws::Vector<Aws::String>>
50 template <
typename FileCacheIdsT = Aws::String>
52 m_fileCacheIdsHasBeenSet =
true;
53 m_fileCacheIds.emplace_back(std::forward<FileCacheIdsT>(value));
63 m_maxResultsHasBeenSet =
true;
76 template <
typename NextTokenT = Aws::String>
78 m_nextTokenHasBeenSet =
true;
79 m_nextToken = std::forward<NextTokenT>(value);
81 template <
typename NextTokenT = Aws::String>
93 bool m_fileCacheIdsHasBeenSet =
false;
94 bool m_maxResultsHasBeenSet =
false;
95 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