7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/kendra/KendraRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/kendra/model/EntityConfiguration.h>
45 template<
typename IdT = Aws::String>
46 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
47 template<
typename IdT = Aws::String>
57 template<
typename IndexIdT = Aws::String>
58 void SetIndexId(IndexIdT&& value) { m_indexIdHasBeenSet =
true; m_indexId = std::forward<IndexIdT>(value); }
59 template<
typename IndexIdT = Aws::String>
69 template<
typename EntityListT = Aws::Vector<EntityConfiguration>>
70 void SetEntityList(EntityListT&& value) { m_entityListHasBeenSet =
true; m_entityList = std::forward<EntityListT>(value); }
71 template<
typename EntityListT = Aws::Vector<EntityConfiguration>>
73 template<
typename EntityListT = EntityConfiguration>
79 bool m_idHasBeenSet =
false;
82 bool m_indexIdHasBeenSet =
false;
85 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