7#include <aws/core/utils/memory/stl/AWSString.h> 
    8#include <aws/kendra/KendraRequest.h> 
    9#include <aws/kendra/Kendra_EXPORTS.h> 
   40  template <
typename IdT = Aws::String>
 
   42    m_idHasBeenSet = 
true;
 
   43    m_id = std::forward<IdT>(value);
 
   45  template <
typename IdT = Aws::String>
 
   47    SetId(std::forward<IdT>(value));
 
   58  template <
typename IndexIdT = Aws::String>
 
   60    m_indexIdHasBeenSet = 
true;
 
   61    m_indexId = std::forward<IndexIdT>(value);
 
   63  template <
typename IndexIdT = Aws::String>
 
   71  bool m_idHasBeenSet = 
false;
 
   74  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