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/kendra/model/S3Path.h>
44 template<
typename IdT = Aws::String>
45 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
46 template<
typename IdT = Aws::String>
56 template<
typename NameT = Aws::String>
57 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
58 template<
typename NameT = Aws::String>
68 template<
typename IndexIdT = Aws::String>
69 void SetIndexId(IndexIdT&& value) { m_indexIdHasBeenSet =
true; m_indexId = std::forward<IndexIdT>(value); }
70 template<
typename IndexIdT = Aws::String>
80 template<
typename DescriptionT = Aws::String>
81 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
82 template<
typename DescriptionT = Aws::String>
93 template<
typename RoleArnT = Aws::String>
94 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
95 template<
typename RoleArnT = Aws::String>
103 template<
typename SourceS3PathT = S3Path>
104 void SetSourceS3Path(SourceS3PathT&& value) { m_sourceS3PathHasBeenSet =
true; m_sourceS3Path = std::forward<SourceS3PathT>(value); }
105 template<
typename SourceS3PathT = S3Path>
111 bool m_idHasBeenSet =
false;
114 bool m_nameHasBeenSet =
false;
117 bool m_indexIdHasBeenSet =
false;
120 bool m_descriptionHasBeenSet =
false;
123 bool m_roleArnHasBeenSet =
false;
126 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