7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/elasticache/ElastiCache_EXPORTS.h>
14namespace ElastiCache {
42 template <
typename ServerlessCacheNameT = Aws::String>
44 m_serverlessCacheNameHasBeenSet =
true;
45 m_serverlessCacheName = std::forward<ServerlessCacheNameT>(value);
47 template <
typename ServerlessCacheNameT = Aws::String>
63 m_maxResultsHasBeenSet =
true;
81 template <
typename NextTokenT = Aws::String>
83 m_nextTokenHasBeenSet =
true;
84 m_nextToken = std::forward<NextTokenT>(value);
86 template <
typename NextTokenT = Aws::String>
98 bool m_serverlessCacheNameHasBeenSet =
false;
99 bool m_maxResultsHasBeenSet =
false;
100 bool m_nextTokenHasBeenSet =
false;
DescribeServerlessCachesRequest & WithServerlessCacheName(ServerlessCacheNameT &&value)
void SetNextToken(NextTokenT &&value)
void SetServerlessCacheName(ServerlessCacheNameT &&value)
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetMaxResults(int value)
DescribeServerlessCachesRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
DescribeServerlessCachesRequest & WithNextToken(NextTokenT &&value)
AWS_ELASTICACHE_API DescribeServerlessCachesRequest()=default
const Aws::String & GetServerlessCacheName() const
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
bool ServerlessCacheNameHasBeenSet() const
int GetMaxResults() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String