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>
57 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
67 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
75 bool m_fileCacheIdsHasBeenSet =
false;
78 bool m_maxResultsHasBeenSet =
false;
81 bool m_nextTokenHasBeenSet =
false;
DescribeFileCachesRequest & AddFileCacheIds(Aws::String &&value)
DescribeFileCachesRequest & WithNextToken(const Aws::String &value)
int GetMaxResults() const
DescribeFileCachesRequest & WithFileCacheIds(Aws::Vector< Aws::String > &&value)
void SetFileCacheIds(Aws::Vector< Aws::String > &&value)
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
DescribeFileCachesRequest & WithNextToken(Aws::String &&value)
AWS_FSX_API DescribeFileCachesRequest()
DescribeFileCachesRequest & WithFileCacheIds(const Aws::Vector< Aws::String > &value)
void SetFileCacheIds(const Aws::Vector< Aws::String > &value)
bool NextTokenHasBeenSet() const
void SetNextToken(const Aws::String &value)
DescribeFileCachesRequest & AddFileCacheIds(const char *value)
bool MaxResultsHasBeenSet() const
AWS_FSX_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_FSX_API Aws::String SerializePayload() const override
void SetNextToken(Aws::String &&value)
DescribeFileCachesRequest & AddFileCacheIds(const Aws::String &value)
const Aws::Vector< Aws::String > & GetFileCacheIds() const
bool FileCacheIdsHasBeenSet() const
void SetNextToken(const char *value)
DescribeFileCachesRequest & WithNextToken(const char *value)
DescribeFileCachesRequest & WithMaxResults(int 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