7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/kendra/KendraRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename IndexIdT = Aws::String>
44 void SetIndexId(IndexIdT&& value) { m_indexIdHasBeenSet =
true; m_indexId = std::forward<IndexIdT>(value); }
45 template<
typename IndexIdT = Aws::String>
62 template<
typename DataSourceIdT = Aws::String>
63 void SetDataSourceId(DataSourceIdT&& value) { m_dataSourceIdHasBeenSet =
true; m_dataSourceId = std::forward<DataSourceIdT>(value); }
64 template<
typename DataSourceIdT = Aws::String>
74 template<
typename GroupIdT = Aws::String>
75 void SetGroupId(GroupIdT&& value) { m_groupIdHasBeenSet =
true; m_groupId = std::forward<GroupIdT>(value); }
76 template<
typename GroupIdT = Aws::String>
97 inline void SetOrderingId(
long long value) { m_orderingIdHasBeenSet =
true; m_orderingId = value; }
103 bool m_indexIdHasBeenSet =
false;
106 bool m_dataSourceIdHasBeenSet =
false;
109 bool m_groupIdHasBeenSet =
false;
111 long long m_orderingId{0};
112 bool m_orderingIdHasBeenSet =
false;
const Aws::String & GetIndexId() const
DeletePrincipalMappingRequest & WithOrderingId(long long value)
virtual const char * GetServiceRequestName() const override
void SetOrderingId(long long value)
bool DataSourceIdHasBeenSet() const
void SetIndexId(IndexIdT &&value)
void SetDataSourceId(DataSourceIdT &&value)
bool OrderingIdHasBeenSet() const
bool IndexIdHasBeenSet() const
AWS_KENDRA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetGroupId(GroupIdT &&value)
DeletePrincipalMappingRequest & WithIndexId(IndexIdT &&value)
DeletePrincipalMappingRequest & WithDataSourceId(DataSourceIdT &&value)
AWS_KENDRA_API DeletePrincipalMappingRequest()=default
bool GroupIdHasBeenSet() const
AWS_KENDRA_API Aws::String SerializePayload() const override
const Aws::String & GetGroupId() const
DeletePrincipalMappingRequest & WithGroupId(GroupIdT &&value)
long long GetOrderingId() 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