7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kendra/KendraRequest.h>
9#include <aws/kendra/Kendra_EXPORTS.h>
39 template <
typename IdT = Aws::String>
41 m_idHasBeenSet =
true;
42 m_id = std::forward<IdT>(value);
44 template <
typename IdT = Aws::String>
46 SetId(std::forward<IdT>(value));
57 template <
typename IndexIdT = Aws::String>
59 m_indexIdHasBeenSet =
true;
60 m_indexId = std::forward<IndexIdT>(value);
62 template <
typename IndexIdT = Aws::String>
70 bool m_idHasBeenSet =
false;
73 bool m_indexIdHasBeenSet =
false;
DeleteThesaurusRequest & WithIndexId(IndexIdT &&value)
bool IndexIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetIndexId() const
AWS_KENDRA_API DeleteThesaurusRequest()=default
AWS_KENDRA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_KENDRA_API Aws::String SerializePayload() const override
bool IdHasBeenSet() const
DeleteThesaurusRequest & WithId(IdT &&value)
void SetIndexId(IndexIdT &&value)
const Aws::String & GetId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String