7#include <aws/core/utils/UUID.h> 
    8#include <aws/core/utils/memory/stl/AWSString.h> 
    9#include <aws/core/utils/memory/stl/AWSVector.h> 
   10#include <aws/kendra/KendraRequest.h> 
   11#include <aws/kendra/Kendra_EXPORTS.h> 
   12#include <aws/kendra/model/S3Path.h> 
   13#include <aws/kendra/model/Tag.h> 
   43  template <
typename IndexIdT = Aws::String>
 
   45    m_indexIdHasBeenSet = 
true;
 
   46    m_indexId = std::forward<IndexIdT>(value);
 
   48  template <
typename IndexIdT = Aws::String>
 
   61  template <
typename NameT = Aws::String>
 
   63    m_nameHasBeenSet = 
true;
 
   64    m_name = std::forward<NameT>(value);
 
   66  template <
typename NameT = Aws::String>
 
   68    SetName(std::forward<NameT>(value));
 
   79  template <
typename DescriptionT = Aws::String>
 
   81    m_descriptionHasBeenSet = 
true;
 
   82    m_description = std::forward<DescriptionT>(value);
 
   84  template <
typename DescriptionT = Aws::String>
 
  100  template <
typename RoleArnT = Aws::String>
 
  102    m_roleArnHasBeenSet = 
true;
 
  103    m_roleArn = std::forward<RoleArnT>(value);
 
  105  template <
typename RoleArnT = Aws::String>
 
  121  template <
typename TagsT = Aws::Vector<Tag>>
 
  123    m_tagsHasBeenSet = 
true;
 
  124    m_tags = std::forward<TagsT>(value);
 
  126  template <
typename TagsT = Aws::Vector<Tag>>
 
  128    SetTags(std::forward<TagsT>(value));
 
  131  template <
typename TagsT = Tag>
 
  133    m_tagsHasBeenSet = 
true;
 
  134    m_tags.emplace_back(std::forward<TagsT>(value));
 
  145  template <
typename SourceS3PathT = S3Path>
 
  147    m_sourceS3PathHasBeenSet = 
true;
 
  148    m_sourceS3Path = std::forward<SourceS3PathT>(value);
 
  150  template <
typename SourceS3PathT = S3Path>
 
  165  template <
typename ClientTokenT = Aws::String>
 
  167    m_clientTokenHasBeenSet = 
true;
 
  168    m_clientToken = std::forward<ClientTokenT>(value);
 
  170  template <
typename ClientTokenT = Aws::String>
 
  178  bool m_indexIdHasBeenSet = 
false;
 
  181  bool m_nameHasBeenSet = 
false;
 
  184  bool m_descriptionHasBeenSet = 
false;
 
  187  bool m_roleArnHasBeenSet = 
false;
 
  190  bool m_tagsHasBeenSet = 
false;
 
  193  bool m_sourceS3PathHasBeenSet = 
false;
 
  196  bool m_clientTokenHasBeenSet = 
true;
 
static Aws::Utils::UUID PseudoRandomUUID()
 
virtual const char * GetServiceRequestName() const override
 
AWS_KENDRA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
 
const Aws::String & GetRoleArn() const
 
CreateThesaurusRequest & AddTags(TagsT &&value)
 
void SetTags(TagsT &&value)
 
const Aws::Vector< Tag > & GetTags() const
 
const Aws::String & GetDescription() const
 
const Aws::String & GetIndexId() const
 
void SetIndexId(IndexIdT &&value)
 
CreateThesaurusRequest & WithName(NameT &&value)
 
bool SourceS3PathHasBeenSet() const
 
bool IndexIdHasBeenSet() const
 
const Aws::String & GetClientToken() const
 
void SetClientToken(ClientTokenT &&value)
 
CreateThesaurusRequest & WithSourceS3Path(SourceS3PathT &&value)
 
bool NameHasBeenSet() const
 
CreateThesaurusRequest & WithIndexId(IndexIdT &&value)
 
CreateThesaurusRequest & WithTags(TagsT &&value)
 
AWS_KENDRA_API Aws::String SerializePayload() const override
 
CreateThesaurusRequest & WithRoleArn(RoleArnT &&value)
 
CreateThesaurusRequest & WithDescription(DescriptionT &&value)
 
void SetRoleArn(RoleArnT &&value)
 
const S3Path & GetSourceS3Path() const
 
AWS_KENDRA_API CreateThesaurusRequest()=default
 
bool TagsHasBeenSet() const
 
const Aws::String & GetName() const
 
CreateThesaurusRequest & WithClientToken(ClientTokenT &&value)
 
bool RoleArnHasBeenSet() const
 
void SetName(NameT &&value)
 
bool ClientTokenHasBeenSet() const
 
void SetSourceS3Path(SourceS3PathT &&value)
 
void SetDescription(DescriptionT &&value)
 
bool DescriptionHasBeenSet() 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