7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kendra/KendraRequest.h>
10#include <aws/kendra/Kendra_EXPORTS.h>
11#include <aws/kendra/model/EntityConfiguration.h>
29 inline virtual const char*
GetServiceRequestName()
const override {
return "DisassociateEntitiesFromExperience"; }
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
59 template <
typename IndexIdT = Aws::String>
61 m_indexIdHasBeenSet =
true;
62 m_indexId = std::forward<IndexIdT>(value);
64 template <
typename IndexIdT = Aws::String>
77 template <
typename EntityListT = Aws::Vector<EntityConfiguration>>
79 m_entityListHasBeenSet =
true;
80 m_entityList = std::forward<EntityListT>(value);
82 template <
typename EntityListT = Aws::Vector<EntityConfiguration>>
87 template <
typename EntityListT = EntityConfiguration>
89 m_entityListHasBeenSet =
true;
90 m_entityList.emplace_back(std::forward<EntityListT>(value));
96 bool m_idHasBeenSet =
false;
99 bool m_indexIdHasBeenSet =
false;
102 bool m_entityListHasBeenSet =
false;
const Aws::Vector< EntityConfiguration > & GetEntityList() const
void SetEntityList(EntityListT &&value)
virtual const char * GetServiceRequestName() const override
AWS_KENDRA_API Aws::String SerializePayload() const override
AWS_KENDRA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DisassociateEntitiesFromExperienceRequest & WithEntityList(EntityListT &&value)
DisassociateEntitiesFromExperienceRequest & WithId(IdT &&value)
AWS_KENDRA_API DisassociateEntitiesFromExperienceRequest()=default
const Aws::String & GetId() const
const Aws::String & GetIndexId() const
bool IdHasBeenSet() const
DisassociateEntitiesFromExperienceRequest & WithIndexId(IndexIdT &&value)
void SetIndexId(IndexIdT &&value)
bool IndexIdHasBeenSet() const
bool EntityListHasBeenSet() const
DisassociateEntitiesFromExperienceRequest & AddEntityList(EntityListT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector