7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/kendra/KendraRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename IndexIdT = Aws::String>
44 void SetIndexId(IndexIdT&& value) { m_indexIdHasBeenSet =
true; m_indexId = std::forward<IndexIdT>(value); }
45 template<
typename IndexIdT = 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_indexIdHasBeenSet =
false;
79 bool m_nextTokenHasBeenSet =
false;
82 bool m_maxResultsHasBeenSet =
false;
ListThesauriRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
AWS_KENDRA_API ListThesauriRequest()=default
AWS_KENDRA_API Aws::String SerializePayload() const override
void SetMaxResults(int value)
ListThesauriRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetIndexId() const
bool IndexIdHasBeenSet() const
ListThesauriRequest & WithIndexId(IndexIdT &&value)
bool NextTokenHasBeenSet() const
AWS_KENDRA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetIndexId(IndexIdT &&value)
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String