7#include <aws/timestream-write/TimestreamWrite_EXPORTS.h>
8#include <aws/timestream-write/TimestreamWriteRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace TimestreamWrite
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;
AWS_TIMESTREAMWRITE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_TIMESTREAMWRITE_API ListDatabasesRequest()=default
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_TIMESTREAMWRITE_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
ListDatabasesRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
ListDatabasesRequest & WithMaxResults(int value)
int GetMaxResults() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String