7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/AthenaRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename WorkGroupT = Aws::String>
44 void SetWorkGroup(WorkGroupT&& value) { m_workGroupHasBeenSet =
true; m_workGroup = std::forward<WorkGroupT>(value); }
45 template<
typename WorkGroupT = Aws::String>
58 template<
typename NextTokenT = Aws::String>
59 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
60 template<
typename NextTokenT = Aws::String>
70 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
76 bool m_workGroupHasBeenSet =
false;
79 bool m_nextTokenHasBeenSet =
false;
82 bool m_maxResultsHasBeenSet =
false;
bool MaxResultsHasBeenSet() const
void SetWorkGroup(WorkGroupT &&value)
const Aws::String & GetNextToken() const
int GetMaxResults() const
ListPreparedStatementsRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
AWS_ATHENA_API Aws::String SerializePayload() const override
const Aws::String & GetWorkGroup() const
AWS_ATHENA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_ATHENA_API ListPreparedStatementsRequest()=default
ListPreparedStatementsRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
ListPreparedStatementsRequest & WithWorkGroup(WorkGroupT &&value)
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool WorkGroupHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String