7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/timestream-query/TimestreamQueryRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace TimestreamQuery
47 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(
NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
65 bool m_maxResultsHasBeenSet =
false;
68 bool m_nextTokenHasBeenSet =
false;
AWS_TIMESTREAMQUERY_API ListScheduledQueriesRequest()=default
const Aws::String & GetNextToken() const
ListScheduledQueriesRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
ListScheduledQueriesRequest & WithMaxResults(int value)
AWS_TIMESTREAMQUERY_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
AWS_TIMESTREAMQUERY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String