7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kendra/KendraRequest.h>
10#include <aws/kendra/Kendra_EXPORTS.h>
11#include <aws/kendra/model/ExperienceConfiguration.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename IndexIdT = Aws::String>
61 m_indexIdHasBeenSet =
true;
62 m_indexId = std::forward<IndexIdT>(value);
64 template <
typename IndexIdT = Aws::String>
82 template <
typename RoleArnT = Aws::String>
84 m_roleArnHasBeenSet =
true;
85 m_roleArn = std::forward<RoleArnT>(value);
87 template <
typename RoleArnT = Aws::String>
103 template <
typename ConfigurationT = ExperienceConfiguration>
105 m_configurationHasBeenSet =
true;
106 m_configuration = std::forward<ConfigurationT>(value);
108 template <
typename ConfigurationT = ExperienceConfiguration>
121 template <
typename DescriptionT = Aws::String>
123 m_descriptionHasBeenSet =
true;
124 m_description = std::forward<DescriptionT>(value);
126 template <
typename DescriptionT = Aws::String>
141 template <
typename ClientTokenT = Aws::String>
143 m_clientTokenHasBeenSet =
true;
144 m_clientToken = std::forward<ClientTokenT>(value);
146 template <
typename ClientTokenT = Aws::String>
164 bool m_nameHasBeenSet =
false;
165 bool m_indexIdHasBeenSet =
false;
166 bool m_roleArnHasBeenSet =
false;
167 bool m_configurationHasBeenSet =
false;
168 bool m_descriptionHasBeenSet =
false;
169 bool m_clientTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
void SetIndexId(IndexIdT &&value)
void SetName(NameT &&value)
CreateExperienceRequest & WithDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
bool NameHasBeenSet() const
CreateExperienceRequest & WithConfiguration(ConfigurationT &&value)
CreateExperienceRequest & WithClientToken(ClientTokenT &&value)
void SetRoleArn(RoleArnT &&value)
CreateExperienceRequest & WithIndexId(IndexIdT &&value)
bool ConfigurationHasBeenSet() const
AWS_KENDRA_API CreateExperienceRequest()=default
CreateExperienceRequest & WithRoleArn(RoleArnT &&value)
const Aws::String & GetIndexId() const
void SetClientToken(ClientTokenT &&value)
AWS_KENDRA_API Aws::String SerializePayload() const override
bool RoleArnHasBeenSet() const
void SetDescription(DescriptionT &&value)
AWS_KENDRA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const ExperienceConfiguration & GetConfiguration() const
bool IndexIdHasBeenSet() const
CreateExperienceRequest & WithName(NameT &&value)
const Aws::String & GetDescription() const
bool ClientTokenHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetRoleArn() const
void SetConfiguration(ConfigurationT &&value)
const Aws::String & GetClientToken() const
bool DescriptionHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String