7#include <aws/core/utils/memory/stl/AWSString.h> 
    8#include <aws/kendra/KendraRequest.h> 
    9#include <aws/kendra/Kendra_EXPORTS.h> 
   10#include <aws/kendra/model/ExperienceConfiguration.h> 
   40  template <
typename IdT = Aws::String>
 
   42    m_idHasBeenSet = 
true;
 
   43    m_id = std::forward<IdT>(value);
 
   45  template <
typename IdT = Aws::String>
 
   47    SetId(std::forward<IdT>(value));
 
   58  template <
typename NameT = Aws::String>
 
   60    m_nameHasBeenSet = 
true;
 
   61    m_name = std::forward<NameT>(value);
 
   63  template <
typename NameT = Aws::String>
 
   65    SetName(std::forward<NameT>(value));
 
   76  template <
typename IndexIdT = Aws::String>
 
   78    m_indexIdHasBeenSet = 
true;
 
   79    m_indexId = std::forward<IndexIdT>(value);
 
   81  template <
typename IndexIdT = Aws::String>
 
   99  template <
typename RoleArnT = Aws::String>
 
  101    m_roleArnHasBeenSet = 
true;
 
  102    m_roleArn = std::forward<RoleArnT>(value);
 
  104  template <
typename RoleArnT = Aws::String>
 
  118  template <
typename ConfigurationT = ExperienceConfiguration>
 
  120    m_configurationHasBeenSet = 
true;
 
  121    m_configuration = std::forward<ConfigurationT>(value);
 
  123  template <
typename ConfigurationT = ExperienceConfiguration>
 
  136  template <
typename DescriptionT = Aws::String>
 
  138    m_descriptionHasBeenSet = 
true;
 
  139    m_description = std::forward<DescriptionT>(value);
 
  141  template <
typename DescriptionT = Aws::String>
 
  149  bool m_idHasBeenSet = 
false;
 
  152  bool m_nameHasBeenSet = 
false;
 
  155  bool m_indexIdHasBeenSet = 
false;
 
  158  bool m_roleArnHasBeenSet = 
false;
 
  161  bool m_configurationHasBeenSet = 
false;
 
  164  bool m_descriptionHasBeenSet = 
false;
 
const Aws::String & GetName() const
 
const Aws::String & GetIndexId() const
 
const Aws::String & GetId() const
 
UpdateExperienceRequest & WithDescription(DescriptionT &&value)
 
virtual const char * GetServiceRequestName() const override
 
AWS_KENDRA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
 
UpdateExperienceRequest & WithIndexId(IndexIdT &&value)
 
bool DescriptionHasBeenSet() const
 
const Aws::String & GetRoleArn() const
 
bool IndexIdHasBeenSet() const
 
UpdateExperienceRequest & WithConfiguration(ConfigurationT &&value)
 
const ExperienceConfiguration & GetConfiguration() const
 
bool IdHasBeenSet() const
 
void SetIndexId(IndexIdT &&value)
 
void SetDescription(DescriptionT &&value)
 
void SetRoleArn(RoleArnT &&value)
 
UpdateExperienceRequest & WithRoleArn(RoleArnT &&value)
 
AWS_KENDRA_API Aws::String SerializePayload() const override
 
bool NameHasBeenSet() const
 
bool RoleArnHasBeenSet() const
 
UpdateExperienceRequest & WithId(IdT &&value)
 
UpdateExperienceRequest & WithName(NameT &&value)
 
bool ConfigurationHasBeenSet() const
 
const Aws::String & GetDescription() const
 
AWS_KENDRA_API UpdateExperienceRequest()=default
 
void SetConfiguration(ConfigurationT &&value)
 
void SetName(NameT &&value)
 
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
 
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String