7#include <aws/timestream-influxdb/TimestreamInfluxDB_EXPORTS.h>
8#include <aws/timestream-influxdb/TimestreamInfluxDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace TimestreamInfluxDB
44 template<
typename NextTokenT = Aws::String>
45 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
46 template<
typename NextTokenT = Aws::String>
59 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
65 bool m_nextTokenHasBeenSet =
false;
68 bool m_maxResultsHasBeenSet =
false;
ListDbClustersRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
AWS_TIMESTREAMINFLUXDB_API Aws::String SerializePayload() const override
AWS_TIMESTREAMINFLUXDB_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool MaxResultsHasBeenSet() const
ListDbClustersRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
AWS_TIMESTREAMINFLUXDB_API ListDbClustersRequest()=default
void SetMaxResults(int value)
int GetMaxResults() const
bool NextTokenHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String