7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/kendra/KendraRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename IndexIdT = Aws::String>
46 void SetIndexId(IndexIdT&& value) { m_indexIdHasBeenSet =
true; m_indexId = std::forward<IndexIdT>(value); }
47 template<
typename IndexIdT = Aws::String>
58 template<
typename DataSourceIdT = Aws::String>
59 void SetDataSourceId(DataSourceIdT&& value) { m_dataSourceIdHasBeenSet =
true; m_dataSourceId = std::forward<DataSourceIdT>(value); }
60 template<
typename DataSourceIdT = Aws::String>
72 template<
typename GroupIdT = Aws::String>
73 void SetGroupId(GroupIdT&& value) { m_groupIdHasBeenSet =
true; m_groupId = std::forward<GroupIdT>(value); }
74 template<
typename GroupIdT = Aws::String>
80 bool m_indexIdHasBeenSet =
false;
83 bool m_dataSourceIdHasBeenSet =
false;
86 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