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>
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));
100 bool m_idHasBeenSet =
false;
101 bool m_indexIdHasBeenSet =
false;
102 bool m_entityListHasBeenSet =
false;
AssociateEntitiesToExperienceRequest & WithEntityList(EntityListT &&value)
const Aws::Vector< EntityConfiguration > & GetEntityList() const
bool IdHasBeenSet() const
const Aws::String & GetId() const
AWS_KENDRA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetIndexId(IndexIdT &&value)
bool IndexIdHasBeenSet() const
AWS_KENDRA_API Aws::String SerializePayload() const override
AWS_KENDRA_API AssociateEntitiesToExperienceRequest()=default
AssociateEntitiesToExperienceRequest & WithId(IdT &&value)
void SetEntityList(EntityListT &&value)
AssociateEntitiesToExperienceRequest & AddEntityList(EntityListT &&value)
virtual const char * GetServiceRequestName() const override
AssociateEntitiesToExperienceRequest & WithIndexId(IndexIdT &&value)
bool EntityListHasBeenSet() const
const Aws::String & GetIndexId() const
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