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