7#include <aws/core/utils/memory/stl/AWSString.h> 
    8#include <aws/kendra/KendraRequest.h> 
    9#include <aws/kendra/Kendra_EXPORTS.h> 
   41  template <
typename IndexIdT = Aws::String>
 
   43    m_indexIdHasBeenSet = 
true;
 
   44    m_indexId = std::forward<IndexIdT>(value);
 
   46  template <
typename IndexIdT = Aws::String>
 
   60  template <
typename DataSourceIdT = Aws::String>
 
   62    m_dataSourceIdHasBeenSet = 
true;
 
   63    m_dataSourceId = std::forward<DataSourceIdT>(value);
 
   65  template <
typename DataSourceIdT = Aws::String>
 
   80  template <
typename GroupIdT = Aws::String>
 
   82    m_groupIdHasBeenSet = 
true;
 
   83    m_groupId = std::forward<GroupIdT>(value);
 
   85  template <
typename GroupIdT = Aws::String>
 
   93  bool m_indexIdHasBeenSet = 
false;
 
   96  bool m_dataSourceIdHasBeenSet = 
false;
 
   99  bool m_groupIdHasBeenSet = 
false;
 
void SetGroupId(GroupIdT &&value)
 
AWS_KENDRA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
 
const Aws::String & GetIndexId() const
 
void SetDataSourceId(DataSourceIdT &&value)
 
DescribePrincipalMappingRequest & WithIndexId(IndexIdT &&value)
 
bool GroupIdHasBeenSet() const
 
void SetIndexId(IndexIdT &&value)
 
AWS_KENDRA_API DescribePrincipalMappingRequest()=default
 
bool DataSourceIdHasBeenSet() const
 
DescribePrincipalMappingRequest & WithGroupId(GroupIdT &&value)
 
AWS_KENDRA_API Aws::String SerializePayload() const override
 
virtual const char * GetServiceRequestName() const override
 
DescribePrincipalMappingRequest & WithDataSourceId(DataSourceIdT &&value)
 
bool IndexIdHasBeenSet() const
 
const Aws::String & GetGroupId() const
 
const Aws::String & GetDataSourceId() const
 
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
 
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String