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/S3Path.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>
 
   94  template <
typename DescriptionT = Aws::String>
 
   96    m_descriptionHasBeenSet = 
true;
 
   97    m_description = std::forward<DescriptionT>(value);
 
   99  template <
typename DescriptionT = Aws::String>
 
  113  template <
typename RoleArnT = Aws::String>
 
  115    m_roleArnHasBeenSet = 
true;
 
  116    m_roleArn = std::forward<RoleArnT>(value);
 
  118  template <
typename RoleArnT = Aws::String>
 
  129  template <
typename SourceS3PathT = S3Path>
 
  131    m_sourceS3PathHasBeenSet = 
true;
 
  132    m_sourceS3Path = std::forward<SourceS3PathT>(value);
 
  134  template <
typename SourceS3PathT = S3Path>
 
  142  bool m_idHasBeenSet = 
false;
 
  145  bool m_nameHasBeenSet = 
false;
 
  148  bool m_indexIdHasBeenSet = 
false;
 
  151  bool m_descriptionHasBeenSet = 
false;
 
  154  bool m_roleArnHasBeenSet = 
false;
 
  157  bool m_sourceS3PathHasBeenSet = 
false;
 
void SetIndexId(IndexIdT &&value)
 
void SetName(NameT &&value)
 
const Aws::String & GetRoleArn() const
 
UpdateThesaurusRequest & WithId(IdT &&value)
 
AWS_KENDRA_API UpdateThesaurusRequest()=default
 
void SetSourceS3Path(SourceS3PathT &&value)
 
const Aws::String & GetName() const
 
virtual const char * GetServiceRequestName() const override
 
AWS_KENDRA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
 
void SetDescription(DescriptionT &&value)
 
bool SourceS3PathHasBeenSet() const
 
const S3Path & GetSourceS3Path() const
 
bool DescriptionHasBeenSet() const
 
bool NameHasBeenSet() const
 
bool IdHasBeenSet() const
 
UpdateThesaurusRequest & WithSourceS3Path(SourceS3PathT &&value)
 
UpdateThesaurusRequest & WithRoleArn(RoleArnT &&value)
 
UpdateThesaurusRequest & WithDescription(DescriptionT &&value)
 
const Aws::String & GetDescription() const
 
bool IndexIdHasBeenSet() const
 
const Aws::String & GetIndexId() const
 
UpdateThesaurusRequest & WithIndexId(IndexIdT &&value)
 
void SetRoleArn(RoleArnT &&value)
 
UpdateThesaurusRequest & WithName(NameT &&value)
 
const Aws::String & GetId() const
 
AWS_KENDRA_API Aws::String SerializePayload() const override
 
bool RoleArnHasBeenSet() const
 
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
 
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String