7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/timestream-write/TimestreamWriteRequest.h>
9#include <aws/timestream-write/TimestreamWrite_EXPORTS.h>
14namespace TimestreamWrite {
40 template <
typename NextTokenT = Aws::String>
42 m_nextTokenHasBeenSet =
true;
43 m_nextToken = std::forward<NextTokenT>(value);
45 template <
typename NextTokenT = Aws::String>
62 m_maxResultsHasBeenSet =
true;
74 bool m_nextTokenHasBeenSet =
false;
75 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